Core Python (Hindi)
5.0
(0)
15 learners
What you'll learn
This course includes
- 36.5 hours of video
- Certificate of completion
- Access on mobile and TV
Course content
1 modules • 227 lessons • 36.5 hours of video
Core Python (Hindi)
227 lessons
• 36.5 hours
Core Python (Hindi)
227 lessons
• 36.5 hours
- Introduction to Python (Hindi) 08:42
- Download Geeky Shows Core Python Study Material 08:59
- How Python Work (Hindi) 07:53
- Python Virtual Machine (Hindi) 02:36
- How to Install Python in Windows 11 01:44
- How to Install Python and PyCharm (Hindi) 11:57
- How to run Python Program using Command Line Window (Hindi) 04:23
- How to run Python Program using IDLE (Hindi) 01:57
- How to run Python Program using Notepad (Hindi) 04:30
- How to Run Python Program using PyCharm (Hindi) 07:00
- How to Run Python Program using Visual Studio Code (Hindi) 06:32
- Identifier in Python (Hindi) 04:21
- Reserved words in Python (Hindi) 00:58
- Constant in Python (Hindi) 04:54
- Variable in Python (Hindi) 26:09
- Data Type in Python (Hindi) 04:28
- Built in Data Types in Python (Hindi) 36:30
- Declaring and Initializing Variables in Python (Hindi) 05:53
- Arithmetic Operators in Python (Hindi) 18:18
- Relational or Comparison Operator in Python (Hindi) 06:03
- Logical Operators in Python (Hindi) 20:11
- Assignment Operators in Python (Hindi) 06:15
- Bitwise Operator in Python (Hindi) 20:16
- Membership Operators in Python (Hindi) 09:40
- Identity Operators in Python (Hindi) 08:25
- Operator Precedence and Associativity in Python (Hindi) 05:51
- Implicit and Explicit Type Conversion in Python (Hindi) 27:23
- Output Statement or Print Function in Python (Hindi) 29:13
- Getting input from user or Input Statement or input Function in Python (Hindi) 12:46
- Escape Sequence in Python (Hindi) 06:01
- If Statement in Python (Hindi) 15:02
- Nested if Statement in Python (Hindi) 07:45
- if Statement with Logical Operator in Python (Hindi) 07:42
- Indentation in Python (Hindi) 05:19
- if else Statement in Python (Hindi) 12:18
- Nested if else Statement in Python (Hindi) 09:17
- if elif and if elif else Statement in Python (Hindi) 15:15
- While Loop and Nested while Loop in Python (Hindi) 44:18
- range Function in Python (Hindi) 19:22
- for loop and Nested for Loop in Python (Hindi) 27:17
- Break Statement and Continue Statement in Python (Hindi) 10:35
- Pass Statement in Python (Hindi) 05:20
- Array in Python (Hindi) 08:36
- One Dimensional Array using Array Module in Python (Hindi) 25:43
- Accessing Array using for Loop Array Module in Python (Hindi) 11:55
- Accessing Array using while Loop Array Module in Python (Hindi) 09:11
- append Method in Python (Hindi) 05:42
- Getting Array input from user using for Loop in Python (Hindi) 10:00
- Getting Array Input from user using while Loop in Python (Hindi) 08:43
- insert Method in Python (Hindi) 03:43
- pop Method in Python (Hindi) 05:11
- remove Method in Python (Hindi) 02:05
- index Method in Python (Hindi) 02:03
- reverse Method in Python (Hindi) 01:18
- extend Method in Python (Hindi) 02:17
- Slicing on Arrays in Python (Hindi) 16:10
- How to install and Uninstall Python Packages (Hindi) 10:02
- How to install numpy in Python (Hindi) 06:29
- One Dimensional Numpy Array using array Function (Hindi) 35:36
- Accessing One Dimensional Numpy Array using for Loop in Python (Hindi) 12:58
- Accessing One Dimensional Numpy Array using while Loop in Python (Hindi) 04:41
- Numpy One Dimensional Array using linspace Function in Python (Hindi) 19:00
- Numpy One Dimensional Array using logspace Function in Python (Hindi) 11:36
- Numpy One Dimensional Array using arange Function in Python (Hindi) 08:26
- Numpy One Dimensional Array using zeros Function in Python (Hindi) 04:56
- Numpy One Dimensional Array using ones Function in Python (Hindi) 09:33
- Math Operations on Arrays using Numpy in Python (Hindi) 04:52
- Comparing Numpy Arrays in Python (Hindi) 05:56
- any and all Functions in Python (Hindi) 07:23
- where Function in Python (Hindi) 05:02
- nonzero Function in Python (Hindi) 03:22
- Aliasing Array in Python (Hindi) 03:31
- view Method and copy Method in Python (Hindi) 06:32
- Getting input from user in Numpy One Dimensional Array using for Loop Python (Hindi) 17:35
- Getting input from user in Numpy One Dimensional Array using while Loop Python (Hindi) 11:31
- Two Dimensional Numpy Array using array Function in Python (Hindi) 23:20
- Accessing Numpy Two Dimensional Array using for Loop in Python (Hindi) 23:42
- Accessing Numpy Two Dimensional Array using while Loop in Python (Hindi) 10:50
- Numpy Two Dimensional Array using zeros Function in Python (Hindi) 18:18
- Numpy Two Dimensional Array using ones Function in Python (Hindi) 06:34
- reshape Function and flatten Method in Python (Hindi) 07:03
- Input from user in numpy Two Dimensional Array using for Loop in Python (Hindi) 25:03
- Input from User in Numpy Two Dimensional Array using while Loop in Python (Hindi) 25:47
- Slicing on Two Dimensional Array in Python (Hindi) 13:55
- Attributes of Numpy Array in Python (Hindi) 05:09
- String in Python (Hindi) 28:54
- How to Find String Length in Python (Hindi) 01:32
- Access String using Loop in Python (Hindi) 08:27
- Difference between Mutable and Immutable Object in Python (Hindi) 01:27
- Immutable String in Python (Hindi) 04:07
- Repetition Operator in Python (Hindi) 02:57
- Concatenation Operator in Python (Hindi) 03:17
- Comparing String in Python (Hindi) 05:21
- C Style String Formatting in Python (Hindi) 44:33
- format Method in Python (Hindi) 01:13:54
- f String or Formatted String Literal in Python (Hindi) 56:12
- upper lower swapcase and title String Functions in Python (Hindi) 06:25
- isupper islower and istitle String Functions in Python (Hindi) 03:56
- isdigit isalpha and isalnum String Functions in Python (Hindi) 05:02
- isspace String Function in Python (Hindi) 01:28
- lstrip rstrip and strip String Function in Python (Hindi) 03:53
- replace split and join String Functions in Python (Hindi) 08:54
- startswith and endswith String Functions in Python (Hindi) 04:36
- Function and How Function Work in Python (Hindi) 35:57
- Return Single and Multiple Value and Variable from Function in Python (Hindi) 11:27
- Nested Function in Python (Hindi) 10:58
- Passing a Function as Parameter in Python (Hindi) 05:43
- Function returning another Function in Python (Hindi) 06:29
- Actual Argument and Formal Argument in Python (Hindi) 01:39
- Positional Argument in Python (Hindi) 05:51
- Keyword Argument in Python (Hindi) 06:14
- Default Argument in Python (Hindi) 06:04
- Variable Length Argument in Python (Hindi) 07:16
- Keyword Variable Length Argument in Python (Hindi) 05:23
- Anonymous Function or Lambda Expression in Python (Hindi) 13:53
- Nested Lambda Function in Python (Hindi) 04:10
- Passing Lambda Function to another Function in Python (Hindi) 02:10
- Returning Lambda Function from a Function in Python (Hindi) 02:36
- Immediately Invoked Function Expression in Python (Hindi) 03:27
- Local Variable in Python (Hindi) 06:21
- Global Variable in Python (Hindi) 12:27
- global Keyword in Python (Hindi) 08:53
- globals Function in Python (Hindi) 04:58
- Recursion in Python (Hindi) 08:27
- Pass or Call by Object Reference in Python (Hindi) 21:22
- Function Decorator in Python (Hindi) 24:20
- Passing Array to Function in Python (Hindi) 03:09
- Returning Array from Function in Python (Hindi) 03:41
- Passing and Returning Numpy Array in Python (Hindi) 02:02
- Numpy Built in Math Functions in Python (Hindi) 02:16
- Math Functions in Python (Hindi) 05:43
- List in Python (Hindi) 17:13
- Accessing List using for Loop in Python (Hindi) 13:49
- Accessing List using while Loop in Python (Hindi) 07:53
- append Method in Python (Hindi) 03:21
- Getting List input from user in Python (Hindi) 09:54
- insert Method in Python (Hindi) 03:27
- pop Method in Python (Hindi) 04:23
- remove Method in Python (Hindi) 03:23
- index Method in Python (Hindi) 01:19
- reverse Method in Python (Hindi) 01:20
- extend Method in Python (Hindi) 01:56
- count Method in Python (Hindi) 01:03
- sort Method in Python (Hindi) 01:45
- clear Method in Python (Hindi) 01:13
- Slicing on List in Python (Hindi) 15:08
- List Concatenation in Python (Hindi) 02:52
- Repetition of List in Python (Hindi) 01:44
- Aliasing List in Python (Hindi) 06:20
- Copying and Cloning List in Python (Hindi) 07:09
- Nested List in Python (Hindi) 24:51
- Accessing Nested List using for Loop in Python (Hindi) 17:37
- Accessing Nested List using while Loop in Python (Hindi) 14:00
- Passing List to Function in Python (Hindi) 01:35
- Returning List from Function in Python (Hindi) 01:52
- list Function in Python (Hindi) 03:08
- Slicing Nested List in Python (Hindi) 25:00
- filter Function in Python (Hindi) 16:12
- map Function in Python (Hindi) 10:15
- reduce Function in Python (Hindi) 07:03
- Generator Function Yield Statement and Next Function in Python (Hindi) 12:43
- Tuple in Python (Hindi) 14:12
- Access Tuple using for Loop in Python (Hindi) 06:02
- Access Tuple using while Loop in Python (Hindi) 03:29
- Slicing Tuple in Python (Hindi) 13:14
- Tuple Concatenation in Python (Hindi) 03:04
- Modifying Tuple Element in Python (Hindi) 10:12
- Deleting Tuple in Python (Hindi) 07:11
- Getting Tuple input from user in Python (Hindi) 06:01
- Repetition of Tuple in Python (Hindi) 01:09
- Aliasing Tuple in Python (Hindi) 04:55
- How to Copy Tuple Elements in Python (Hindi) 04:02
- Nested Tuple in Python (Hindi) 11:10
- Accessing Nested Tuple using for Loop in Python (Hindi) 14:28
- Accessing Nested Tuple using while Loop in Python (Hindi) 12:54
- Slicing Nested Tuple in Python (Hindi) 20:56
- Passing Tuple to Function in Python (Hindi) 02:25
- Returning Tuple from Function in Python (Hindi) 02:48
- List of Tuples in Python (Hindi) 19:48
- Tuple of Lists in Python (Hindi) 16:13
- Set Type in Python (Hindi) 12:11
- Adding Single and Multiple Set Elements in Python (Hindi) 07:43
- Deleting Set Element in Python (Hindi) 04:27
- Accessing Set Elements using for Loop in Python (Hindi) 01:41
- Getting Set input from User in Python (Hindi) 04:35
- Copying Set Element in Python (Hindi) 02:48
- Clearing Set All Elements in Python (Hindi) 01:16
- Some Important Set Methods in Python (Hindi) 10:43
- Passing Set to Function in Python (Hindi) 01:41
- Returning Set from Function in Python (Hindi) 02:03
- Dictionary in Python (Hindi) 18:38
- Modifying Dictionary in Python (Hindi) 04:48
- Adding Dictionary Item in Python (Hindi) 05:04
- Deleting Dictionary Item in Python (Hindi) 03:11
- How to Test Dictionary Key exist or not in Python (Hindi) 03:09
- How to Remove All Elements from Dictionary in Python (Hindi) 01:08
- How to Copy Dictionary in Python (Hindi) 05:16
- Create Dictionary using formkeys Method in Python (Hindi) 04:02
- get Method in Python (Hindi) 04:06
- items Method in Python (Hindi) 08:45
- keys Method in Python (Hindi) 05:06
- values Method in Python (Hindi) 04:24
- update Method in Python (Hindi) 04:04
- pop Method in Python (Hindi) 05:36
- popitem Method in Python (Hindi) 01:48
- setdefault Method in Python (Hindi) 04:16
- Accessing Dictionary using for Loop in Python (Hindi) 04:15
- Getting Dictionary input from User in Python (Hindi) 05:30
- Nested Dictionary in Python (Hindi) 19:57
- Access Nested Dictionary using for Loop in Python (Hindi) 06:58
- Nested Dictionary in Python (Hindi) 15:18
- Access Nested Dictionary using for Loop in Python (Hindi) 10:15
- Passing Dictionary to Function in Python (Hindi) 01:56
- Returning Dictionary from Function in Python (Hindi) 02:08
- List Comprehension in Python (Hindi) 31:45
- Nested List Comprehension in Python (Hindi) 05:25
- Set Comprehension in Python (Hindi) 24:35
- Nested Set Comprehension in Python (Hindi) 03:35
- Dictionary Comprehension in Python (Hindi) 15:50
- How to decide when and why use Array List Tuple Set or Dictionary in Python (Hindi) 04:20
- id Function type Function and getsizeof Function in Python (Hindi) 08:19
- Some Important Function in Python (Hindi) 13:58
- len Function in Python (Hindi) 03:18
- min and max Function in Python (Hindi) 04:52
- sorted Function in Python (Hindi) 01:37
- Membership Operator with String List Tuple Set and Dictionary in Python (Hindi) 03:47
- What Next After Completing Core Python (Hindi) 02:25
