Author thumbnail

Geeky Shows

Core Python (Hindi)

3,748,141 views
227 items
Last updated on May 1, 2023
public playlist
Introduction to Python (Hindi)
8:42
Download Geeky Shows Core Python Study Material
8:59
How Python Work (Hindi)
7:53
Python Virtual Machine (Hindi)
2:36
How to Install Python in Windows 11
1:44
How to Install Python and PyCharm (Hindi)
11:57
How to run Python Program using Command Line Window (Hindi)
4:23
How to run Python Program using IDLE (Hindi)
1:57
How to run Python Program using Notepad (Hindi)
4:30
How to Run Python Program using PyCharm (Hindi)
7:00
How to Run Python Program using Visual Studio Code (Hindi)
6:32
Identifier in Python (Hindi)
4:21
Reserved words in Python (Hindi)
0:58
Constant in Python (Hindi)
4:54
Variable in Python (Hindi)
26:09
Data Type in Python (Hindi)
4:28
Built in Data Types in Python (Hindi)
36:30
Declaring and Initializing Variables in Python (Hindi)
5:53
Arithmetic Operators in Python (Hindi)
18:18
Relational or Comparison Operator in Python (Hindi)
6:03
Logical Operators in Python (Hindi)
20:11
Assignment Operators in Python (Hindi)
6:15
Bitwise Operator in Python (Hindi)
20:16
Membership Operators in Python (Hindi)
9:40
Identity Operators in Python (Hindi)
8:25
Operator Precedence and Associativity in Python (Hindi)
5: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)
6:01
If Statement in Python (Hindi)
15:02
Nested if Statement in Python (Hindi)
7:45
if Statement with Logical Operator in Python (Hindi)
7:42
Indentation in Python (Hindi)
5:19
if else Statement in Python (Hindi)
12:18
Nested if else Statement in Python (Hindi)
9: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)
5:20
Array in Python (Hindi)
8: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)
9:11
append Method in Python (Hindi)
5: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)
8:43
insert Method in Python (Hindi)
3:43
pop Method in Python (Hindi)
5:11
remove Method in Python (Hindi)
2:05
index Method in Python (Hindi)
2:03
reverse Method in Python (Hindi)
1:18
extend Method in Python (Hindi)
2: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)
6: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)
4: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)
8:26
Numpy One Dimensional Array using zeros Function in Python (Hindi)
4:56
Numpy One Dimensional Array using ones Function in Python (Hindi)
9:33
Math Operations on Arrays using Numpy in Python (Hindi)
4:52
Comparing Numpy Arrays in Python (Hindi)
5:56
any and all Functions in Python (Hindi)
7:23
where Function in Python (Hindi)
5:02
nonzero Function in Python (Hindi)
3:22
Aliasing Array in Python (Hindi)
3:31
view Method and copy Method in Python (Hindi)
6: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)
6:34
reshape Function and flatten Method in Python (Hindi)
7: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)
5:09
String in Python (Hindi)
28:54
How to Find String Length in Python (Hindi)
1:32
Access String using Loop in Python (Hindi)
8:27
Difference between Mutable and Immutable Object in Python (Hindi)
1:27
Immutable String in Python (Hindi)
4:07
Repetition Operator in Python (Hindi)
2:57
Concatenation Operator in Python (Hindi)
3:17
Comparing String in Python (Hindi)
5:21
C Style String Formatting in Python (Hindi)
44:33
format Method in Python (Hindi)
1:13:54
f String or Formatted String Literal in Python (Hindi)
56:12
upper lower swapcase and title String Functions in Python (Hindi)
6:25
isupper islower and istitle String Functions in Python (Hindi)
3:56
isdigit isalpha and isalnum String Functions in Python (Hindi)
5:02
isspace String Function in Python (Hindi)
1:28