Chapter 1: Python’s History
Chapter 2: Advantages and Disadvantages
Chapter 3: When To Use Python
Chapter 4: Installing Python
Chapter 5: Python Basics
Chapter 6: Python Versions
Chapter 7: Learning How to Count—Python Integers
Chapter 8: Python Strings
Chapter 9: Python Lists
Chapter 10: Tuples
Chapter 11: IF Statement
Chapter 12: While Statement
Chapter 13: For Statement
Chapter 14: Try Statement
Chapter 15: With Statement
Chapter 16: Other Statements
Chapter 17: Functions
Chapter 18: Classes
Chapter 19: Modules
Chapter 20: Python Idioms
Chapter 21: Performance Tips
Chapter 22: Implementations Galore