Complete Python Tutorial in Hindi
4.0
(1)
15 learners
What you'll learn
This course includes
- 34.3 hours of video
- Certificate of completion
- Access on mobile and TV
Course content
1 modules • 143 lessons • 34.3 hours of video
Complete Python Tutorial in Hindi
143 lessons
• 34.3 hours
Complete Python Tutorial in Hindi
143 lessons
• 34.3 hours
- Python Introduction and Installation - In Hindi 07:27
- Python Print() Function - In Hindi 07:19
- Python Input() Function - In Hindi 10:24
- Variables in Python - In Hindi 07:23
- Writing First Python Program - In Hindi 07:13
- Python Operators - In Hindi 10:57
- Logical Operator in Python - In Hindi 13:01
- Identity / Membership / Bitwise Operator In Python - In Hindi 15:16
- Python Program Structure - In Hindi 13:40
- Python IF Statement - In Hindi 19:42
- Programming with IF Statement in Python - In Hindi 14:49
- Program Exercise with IF Statement in Python - In Hindi 09:46
- Introduction to While Loop in Python - In Hindi 13:30
- Program to Print First 10 Natural Numbers - In Hindi 10:13
- Print First N Natural Number - In Hindi 10:40
- Print First N Natural Number in Reverse Order - In Hindi 08:19
- Python Program to Find Sum of First n Natural Numbers - In Hindi 09:38
- Python Program to Find Sum of Square of First n Natural Numbers - In Hindi 09:55
- Python Program to Print Even Numbers from 1 to N - In Hindi 09:13
- Python Program to find Sum of Even Numbers from 1 to N - In Hindi 08:54
- Python Program to find Sum of First N Even Numbers - In Hindi 10:59
- Python Program to find Sum of Digits of a Given Number - In Hindi 09:38
- Python Program to find Sum of Square of digits of a given Number - In Hindi 07:09
- Python Program to find Sum of Cube of Digits of a Given Number - In Hindi 08:18
- Python Armstrong Number Program (For 3 Digit Number) - In Hindi 11:05
- Python Armstrong Number Program - In Hindi 18:17
- Python Program to Find Product of Digits - In Hindi 07:47
- Python Program to Reverse of a Number - In Hindi 09:22
- Python Program to Check a Number is Palindrome or Not - In Hindi 09:59
- Prime Number in Python - In Hindi 10:26
- Factorial Program in Python - In Hindi 06:50
- Python Program to Print Fibonacci Series - In Hindi 09:51
- Nested Loop in Python - In Hindi 10:48
- Python Pattern Programs - Printing Stars '*' in Right Angle Triangle Shape | Star Pattern - In Hindi 16:35
- Python Pattern Programs - Printing Stars '*' in Reverse Right Angle Triangle Shape | Star Pattern 14:10
- Python Pattern Programs - Printing Stars '*' in Pyramid Shape - In Hindi 18:08
- Python Pattern Programs - Printing Stars '*' in Opposite Pyramid Shape - In Hindi 20:21
- Introduction to For Loops in Python - In Hindi 12:58
- Print Table of a Given Number in Python - In Hindi 07:24
- Introduction to Functions in Python - In Hindi 09:13
- How To Use Functions In Python - In Hindi 07:07
- Function Parameters / Arguments in Python - In Hindi 10:10
- Functions in Python Programming | Video Tutorials For Beginners 10:12
- How To Use Functions In Python - In Hindi 08:34
- Default Arguments In Python - In Hindi 10:22
- Break and Continue In Python - In Hindi 08:47
- String in Python - In Hindi 12:03
- String Slicing in Python - In Hindi 09:50
- Python String Functions - In Hindi 06:29
- Python Program to Reverse a String Using For Loop - In Hindi 06:59
- Python Program To Count Vowels and Consonant in Given String in Python - In Hindi 08:29
- Python String Functions - In Hindi 07:27
- Python Program to Check a String is Palindrome or Not - In Hindi 06:05
- Python String Function | Part 2 | In Hindi 04:51
- List Introduction in Python - In Hindi 12:26
- Python List Slicing - In Hindi 09:37
- Various List Operations in Python - In Hindi 07:03
- Accessing List Elements to Perform Various Operations - In Hindi 09:33
- Python List Functions | LEN | MAX | MIN With Program - In Hindi 07:42
- Python List Function - Part 2 - In Hindi 08:10
- Python List Programming Exercise - In Hindi 10:40
- Python List Count Function With Program | In Hindi 10:43
- Python List Index Function With Program Exercise - In Hindi 07:13
- Python List Insert Function With Program Exercise 08:44
- Python List Remove Function - With Program Exercise - In Hindi 06:50
- Python List Reverse Function - With Program Exercise - In Hindi 07:19
- Python Pop Function - With Program Exercise - In Hindi 04:16
- All Important Python List Functions in One Video - In Hindi 19:12
- Python Program to Find Sum of List Elements - In Hindi 09:58
- Python Program to Count Total Odd and Even Numbers in List - In Hindi 08:13
- Python Program to Search a Number in List - In Hindi 10:14
- Python Program to Count Frequency of a Number - In Hindi 06:23
- Find Max and Min Number in Python List- In Hindi 08:20
- Python Program to Reverse the List - In Hindi 06:41
- Python Program to Find Max & Min in List - In Hindi 03:38
- Python Program to Find Second Max, Second Min - In Hindi 07:48
- Tuple in Python - In Hindi 11:16
- Insert Update & Deleting Tuple Elements - In Hindi 08:09
- Indexing & Slicing of Tuple in Python - In Hindi 08:18
- Python Tuple Methods - In Hindi 08:01
- Creating, Updating, Deleting & Accessing Elements of Tuple in Python - In Hindi 09:23
- Introduction to Dictionary in Python- In Hindi 14:14
- Add Update Delete Elements - Python Dictionary - In Hindi 07:12
- Dictionary & Its Functions Explained - In Hindi 12:30
- Python Tutorial for Beginners - Dictionaries Functions - Working with Key Value Pairs 14:23
- Searching Program in Dictionary - In Hindi 10:00
- Python Numpy Introduction - In Hindi 08:02
- How to Install NumPy (Anaconda) - In Hindi 10:08
- Writing Compiling Executing Programs in Numpy (Anaconda) - In Hindi 12:49
- Creating One Dimensional Array Using Numpy - In Hindi 06:59
- Creating Two Dimensional Array Using Numpy - In Hindi 06:33
- Numpy Functions in Python - In Hindi 12:06
- Indexing & Slicing of Numpy Array - In Hindi 12:47
- Reshaping of Array in Numpy - In Hindi 09:03
- Seed Function in Python Numpy - In Hindi 05:29
- Creating Two Dimensional Array | User Input | Numpy | In Hindi 13:38
- Slicing Two Dimensional Array In Numpy - In Hindi 12:58
- View Vs Copy | Python Numpy - In Hindi 07:41
- Conditional Selection In Python Numpy - In Hindi 08:23
- Various Operations on Numpy Array - In Hindi 11:55
- Numpy Array Functions - Part 1 - In Hindi 07:24
- Numpy Array Functions - Part 2 - In Hindi 08:09
- Numpy Array Functions - Part 3 - In Hindi 08:35
- Python Numpy Stacking - In Hindi 07:01
- Numpy Practice Questions 03:31
- Numpy Array Practice Question Answers - In Hindi 14:27
- Numpy Vs List - In Hindi 10:53
- Pycharm Installation - Python IDE - In Hindi 09:07
- Python Datatype & Type Casting - In Hindi 10:58
- Searching an Element in Numpy Array - In Hindi 09:41
- Lambda Function in Python - In Hindi 10:04
- Filter Function With Lambda Function - In Hindi 16:26
- Python Program to Find Sum of Even & Product of Odd Digits of a Number - In Hindi 09:55
- Map Filter Lambda Function in Python - In Hindi 15:18
- Reduce Function With Lambda Function in Python - In Hindi 12:00
- Return Statement In Python Functions - In Hindi 11:20
- Python List Sort Function - With Program Exercise - In Hindi 10:07
- Inserting Data to MySQL Table through Python Code | Python MySQL Connectivity | In Hindi 22:10
- Installing Python MySQL Connector | Connecting Python with MySQL | In Hindi 19:23
- Updating MySQL Data Thorough Python Code | Python MySQL Connectivity | In Hindi 12:39
- Fetchone | Fetchmany | Fetchall | Function in Python | Python MySQL Connectivity | In Hindi 10:45
- Python MySQL Connectivity | One Shot Video | In Hindi 01:08:50
- Converting While Loop Programs to For Loop in Python | In Hindi 16:38
- Nested For Loop In Python | Pyramid Printing Concept | In Hindi 17:38
- Python File Handling | One Shot Video | In Hindi 02:52:16
- Python Data Structure | Stack & Queue | Class 12 Python | One Shot Video | In Hindi 55:38
- Shifting Each List Element One Step Left or Right in Python | In Hindi 18:04
- Inserting a Given Element in List at Given Position in Python | In Hindi 12:43
- Delete a Given Element from the List in Python | In Hindi 16:09
- Shifting List Elements 'N' Steps Left or Right | Python Programming | In Hindi 19:02
- 100 Python MCQ | Python Basics & Looping | Video 01 01:03:07
- 50+ Python MCQ | Python List Tuple Dictionary String | Video 02 45:07
- 50+ Python MCQ | Python Functions | Video 03 42:02
- 50+ Python MCQ | Python Data File Handling | Video 04 31:45
- 50+ Python MCQ | Python Data File Handling | Video 05 30:25
- 50+ SQL MCQ | MySQL MCQ | Part 01 49:17
- Converting While Loop Programs into For Loop | Python Programming 20:22
- Introduction to Exception Handling | Types of Error | Python Programming 19:01
- Types of Exception in Python | Built-in Exception | User Defined Exception 20:39
- Python Exception Handling Keywords | Try | Except | Else | Finally | In Hindi 16:17
- Writing Exception Handling Program | Using Try Except Else Finally | In Hindi 12:48
- User Defined Exception in Python | Explanation | Program | In Hindi 09:09
- Python Exception Handling | Everything in One Video | One Shot 01:12:53
