Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 370 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 370 Bytes

Outline for learning Python

  1. Chapter 1: Why should you learn to write programs?

  2. Chaper 2: Variables, expressions, and statements

  3. Chaper 3: Conditional execution

  4. Chaper 4: Functions

  5. Chaper 5: Iteration

  6. Chaper 6: Strings

  7. Chaper 7: Lists

  8. Chaper 8: Tuples

  9. Chaper 9: Dictionaries

  10. Chaper 10: Files

  11. Chaper 11: Regular expressions