Python Programming admin Index Pages EasyExamNotes.com covered following topics in these notes. Download PythonHow to run a Python ProgramPython program to find GCD of two numbersPython Program to find the square root of a number by Newton’s MethodPython program to find the exponentiation of a numberPython Program to find the maximum from a list of numbersPython program to find first n prime numbersPython Program to perform insertion sortPython program Merge sortPython Program to perform Linear SearchPython Program to perform binary searchPython Program to perform selection sortNetwork and Web Security Python Hindi video lectures 01 Installation of Python in Hindi video02 How to write and run Python programs using text editor and CMD in Hindi video03 Variables in Python in Hindi video | Default data types04 Data Types in Python in Hindi video05 Comments in Python in Hindi video | Single and multi line06 Type conversion in Python in Hindi video07 String in Python in Hindi video08 String as Array in Python in Hindi video | Array operations09 String methods in Python in Hindi videos | format, upper, etc10 Arithmetic operators in Python in Hindi video11 Assignment operators in Python | &=,//=, etc in Hindi video12 Comparison operators in Python in Hindi video13 Logical operators in Python14 Identity operators in Python in Hindi video | is, is not etc15 Membership operators in Python in Hindi video | in,not in etc16 Bitwise operators in Python in Hindi video | &, ^, ~, etc17 List in Python in Hindi video | What is List in Python18 List methods in Python in Hindi video19 Tuples in Python in Hindi video20 Set in Python in Hindi video21 Set methods in Python in Hindi video22 Dictionary in Python in Hindi23 Dictionary methods in Python in Hindi video24 If statements in Python in Hindi video | If Elif Else 25 Indentation in If statement in Python in Hindi video26 Nested If in Python in Hindi video27 For loop in Python in Hindi video28 While loop in Python in Hindi video29 Functions in Python in Hindi video30 List as an Array in Python in Hindi video31 Class and Object in Python in Hindi video32 __init__() function in class in Python in Hindi video33 Object in Python Class in Hindi video | Delete, modify, etc. 34 Inheritance in Python in Hindi video35 Scope in Python in Hindi video | global keyword36 Modules in Python in Hindi video | User defined Built In37 JSON in Python in Hindi video38 Regular Expression in Python in Hindi video | RegEx39 PIP in Python in Hindi video | Install Upgrade etc.40 Try Except Finally in Python in Hindi video41 Input from user in Python in Hindi video | input()42 Open( ) file in Python in Hindi video43 Read operaton on file in Python in Hindi video44 Write( ) on a file in Python in Hindi video | Append Write45 Create a file in Python in Hindi video | What is file already exist46 How to Delete a file in Python in Hindi video47 How to delete a folder in Python in Hindi video48 What is NumPy in Python in Hindi video49 Installation of NumPy in Python in Hindi video50 How to create an Array using NumPy in Python in Hindi video51 How to use Array Index in NumPY Python in Hindi video52 Array slicing in NumPy in Python in Hindi video53 What is data types in NumPy in Python in Hindi video54 Copy( ) and View( ) on Array in NumPy in Hindi video55 NumPy Shape Reshape an Array in Hindi video