Summary of Basic Knowledge for Python Beginners
0. Prerequisites 1. Common Data Types NOTICE 1.1 Numerical Operations NOTICE 1.2 Strings 1.3 Indexing and Slicing 1.4 Lists 1.5 Tuples 1.6 Dictionaries 1.7 Sets 2. Control Flow 2.1 if 2.2 while 2.3 for with range/zip/enumerate 3. Functions 4. Input and Output (Standard Input and Output) 5. File Operations 6. Packages 7. Classes 8. Exception … Read more