Python gate smashers guarda online

play_arrow
1M
22K

7:38

Lec-1: What is Python? Introduction to Python 🐍 | Why Python | Where Python is used..

Lec-1: What is Python? Introduction to Python 🐍 | Why Python | Where Python is used..

Gate Smashers

Python is a popular programming language. It was created by Guido van Rossum, and released in 1991 at CWI(Centrum ...

play_arrow
224K
3K

6:47

Lec-55: Introduction to OOPs in Python 🐍 | Object Oriented Programming Easiest Explanation

Lec-55: Introduction to OOPs in Python 🐍 | Object Oriented Programming Easiest Explanation

Gate Smashers

In Python, Object-Oriented Programming (OOP) allows you to structure your code around objects and classes, facilitating ...

play_arrow
413K
5K

9:54

Complete Python 🐍 Syllabus 📖| Placement/interviews, College/University exams

Complete Python 🐍 Syllabus 📖| Placement/interviews, College/University exams

Gate Smashers

Welcome to our Python Programming series! Whether you're a complete beginner or looking to brush up on your skills, this tutorial ...

play_arrow
507K
11K

8:45

Lec-25: For Loop vs While Loop🔁 in Python | Various Loops in Python 🐍 | Python for Beginners

Lec-25: For Loop vs While Loop🔁 in Python | Various Loops in Python 🐍 | Python for Beginners

Gate Smashers

In Python, for and while loops are used for repetitive tasks where the code block needs to be executed multiple times. The main ...

play_arrow
246K
4K

8:14

Lec-42: Function in Python | How Function works | Python for beginners

Lec-42: Function in Python | How Function works | Python for beginners

Gate Smashers

Functions are the building blocks of Python programming! In this video, Varun sir will break down what functions are, why we use ...

play_arrow
94K
1K

3:35

Lec-50: Linear Search in Python 🐍 | Searching Algorithm in Python 🐍

Lec-50: Linear Search in Python 🐍 | Searching Algorithm in Python 🐍

Gate Smashers

In this video, Varun sir will discuss about the concept of Linear search, also known as sequential search, is a simple searching ...

play_arrow
202K
4K

4:48

Lec-16: Introduction to Strings🎶 in Python 🐍 with Examples | Python for Beginners

Lec-16: Introduction to Strings🎶 in Python 🐍 with Examples | Python for Beginners

Gate Smashers

In this video, Varun sir will be discussing about the string. He will be exploring the versatility and functionality of strings, one of the ...

play_arrow
216K
4K

9:08

Lec-56: Classes & Objects in Python 🐍 | Object Oriented Programming in Python 🐍

Lec-56: Classes & Objects in Python 🐍 | Object Oriented Programming in Python 🐍

Gate Smashers

In Python, Classes are blueprints for creating objects. They define the structure and behavior of objects by specifying attributes ...

play_arrow
168K
2K

6:03

Lec-11: Logical operators in Python | AND, OR, NOT | Python 🐍 for beginners

Lec-11: Logical operators in Python | AND, OR, NOT | Python 🐍 for beginners

Gate Smashers

In Python, logical operators are used to combine multiple conditions or expressions and produce a Boolean result. There are ...

play_arrow
89K
2K

6:34

Lec-69: Decorators in Python 🐍 with Example

Lec-69: Decorators in Python 🐍 with Example

Gate Smashers

In this video, Varun sir will dive deep into one of Python's most powerful and elegant features: decorators. Whether you're a ...

play_arrow
88K
1K

10:23

Lec-48: SELECTION SORT in PYTHON 🐍 | DSA Concepts in PYTHON 🐍

Lec-48: SELECTION SORT in PYTHON 🐍 | DSA Concepts in PYTHON 🐍

Gate Smashers

Selection sort is another simple sorting algorithm that works by repeatedly finding the minimum (or maximum) element from the ...

play_arrow
18K
302

4:56

#3 Python 🐍 Program for Interview Preparation | Even numbers in Reverse order | Python Programming

#3 Python 🐍 Program for Interview Preparation | Even numbers in Reverse order | Python Programming

Gate Smashers

Gate Smashers Shorts: Watch quick concepts & short videos here: https://www.youtube.com/@GateSmashersShorts Subscribe ...

play_arrow
208K
4K

5:51

Lec-9: Operators in Python 🐍 Precedence & Associativity with examples | Python for Beginners

Lec-9: Operators in Python 🐍 Precedence & Associativity with examples | Python for Beginners

Gate Smashers

Master Python operators with ease! In this video, Varun sir will break down operators in Python, explain their precedence and ...

play_arrow
117K
2K

8:58

Lec-47: INSERTION SORT in PYTHON 🐍 | DSA Concepts in Python 🐍

Lec-47: INSERTION SORT in PYTHON 🐍 | DSA Concepts in Python 🐍

Gate Smashers

In this video, Varun sir will explain about Insertion sort is a simple sorting algorithm that builds the final sorted array one item at a ...

play_arrow
224K
3K

2:27

Lec-2: ‘Hello World’ in Python 🐍 vs Others | First Python 🐍 Program

Lec-2: ‘Hello World’ in Python 🐍 vs Others | First Python 🐍 Program

Gate Smashers

In this video, Varun sir will be discussing about the concept of how to print our first program in Python or other Programming ...

play_arrow
205K
4K

7:31

Lec-18: Slicing in Python Strings with Examples | Python 🐍 for Beginners

Lec-18: Slicing in Python Strings with Examples | Python 🐍 for Beginners

Gate Smashers

In this video, Varun sir will break down the concept of string slicing in Python with simple explanations and easy-to-follow ...

play_arrow
68K
1K

12:17

Lec-53: Quick Sort in Python 🐍 with Code | DSA in Python 🐍

Lec-53: Quick Sort in Python 🐍 with Code | DSA in Python 🐍

Gate Smashers

In this video, Varun sir is discussing in detail about Quick sort, which is a popular sorting algorithm based on the ...

play_arrow
129K
2K

7:31

Lec-51: Binary Search 👀 in Python 🐍 | Complete DSA in Python

Lec-51: Binary Search 👀 in Python 🐍 | Complete DSA in Python

Gate Smashers

Binary search is a fast and efficient searching algorithm used to find the position of a target value within a sorted array or list.

play_arrow
141K
3K

9:49

Lec-40:Data Frame in Python 🐍 | How to create Data Frame in Pandas | Reading Data from CSV files

Lec-40:Data Frame in Python 🐍 | How to create Data Frame in Pandas | Reading Data from CSV files

Gate Smashers

In this video, Varun sir will dive into Data Frames in Python. You'll learn what a Data Frame is, how to create one step by step, and ...

play_arrow
124K
2K

6:37

Lec-65: Lambda() Function in Python 🐍 with execution 👩‍💻

Lec-65: Lambda() Function in Python 🐍 with execution 👩‍💻

Gate Smashers

In Python, a lambda function is a small anonymous function defined using the lambda keyword. It's called "anonymous" because it ...


La tua richiesta Python gate smashers ha trovato più di 70 video, puoi guardarli online su computer, telefono, tablet e altri dispositivi. Ti consigliamo anche di guardare il video online Lec-1: What is Python? Introduction to Python 🐍 | Why Python | Where Python is used.. caricato dall'utente Gate Smashers 01 gennaio 1970 della durata di 7 ore 38 minuti seconda che ha 2 mille visualizzazioni e 124 mille Mi piace gratuitamente in ottima qualità.