Python gate smashers смотреть онлайн

play_arrow
1 млн
22 тыс

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
224 тыс
3 тыс

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
413 тыс
5 тыс

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
507 тыс
11 тыс

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
246 тыс
4 тыс

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
94 тыс
1 тыс

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
202 тыс
4 тыс

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
216 тыс
4 тыс

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
168 тыс
2 тыс

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
89 тыс
2 тыс

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
88 тыс
1 тыс

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
18 тыс
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
208 тыс
4 тыс

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
117 тыс
2 тыс

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
224 тыс
3 тыс

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
205 тыс
4 тыс

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
68 тыс
1 тыс

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
129 тыс
2 тыс

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
141 тыс
3 тыс

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
124 тыс
2 тыс

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 ...


По вашему запросу Python gate smashers найдено больше 70 видео, можете их смотреть онлайн на компьютере, телефоне, планшете и других устройствах. Так же рекомендуем посмотреть онлайн видео Lec-1: What is Python? Introduction to Python 🐍 | Why Python | Where Python is used.. которое загрузил пользователь Gate Smashers 01 Январь 1970 продолжительностью 7 часов 38 минут секунд у которого 2 тысяч просмотров и 124 тысяч лайков бесплатно в отличном качестве.