001 Arithmetic Operators
001 Python.zip
002 Comparison or Relational Operators
003 Logical or Boolean Operators
004 Bitwise Operators
005 Assignment Operators
006 Special Operators
007 Math using math library
008 Variables
009 Data Types
010 Typecasting
011 Booleans
012 Strings
013 Special Characters in a String !!!
014 How to Split and Strip a String
015 Introduction to Lists
016 Lists Slicing and Reverse Order !!!
017 Kinds of Lists
018 Concatenate Strings Using join()
019 How to add two Lists
020 Introduction to Dictionary
021 Dictionary & Its Methods
022 Nested Dictionary
023 Create Dictionary using zip()
024 Tuples
025 Sets
026 if...elif....else
027 while loop
028 range() method
029 for loop
030 Reserve Keywords
031 Builtin Functions
032 User Defined Functions
033 Anonymous or Lambda Functions
034 File IO Operations