Skip to content

Latest commit

 

History

History
41 lines (40 loc) · 1.31 KB

content.md

File metadata and controls

41 lines (40 loc) · 1.31 KB

Content

  1. exercise 0 (Set up)
  2. exercise 1 (Creating a variable)
  3. exercise 2 (Data types)
  4. exercise 3 (More on data types and comments)
  5. exercise 4 (Arithmatic Operators)
  6. exercise 5 (Analysing and designing a program)
    1. exercise 5 a (Analysis of a problem)
    2. exercise 5 b (Design of a solution)
    3. exercise 5 c (Implementation of a solution)
  7. exercise 6 (Input and output)
  8. exercise 7 (String operations and function)
  9. exercise 8 (String formatting)
  10. exercise 9 (Logical and relational operators)
  11. exercise 10 (Conditions)
  12. exercise 11 (Loops)
    1. exercise 11 a (For Loop)
    2. exercise 11 b (While Loops)
  13. exercise 12 (Functions)
    1. exercise 12 a (A function and its definition)
    2. exercise 12 b (A function that returns a value)
    3. exercise 12 c (Recursion and lambda functions)
  14. exercise 13 (Some builtin functions)
  15. exercise 14 (List)
  16. exercise 15 (Tuple)
  17. exercise 16 (Set)
  18. exercise 17 (Dictionary)
  19. exercise 18 (Exceptions)
  20. exercise 19 (Files)
  21. exercise 20 (OOP)
    1. exercise 20 a (class)
    2. exercise 20 b (OOP concepts)
    3. exercise 20 c (continuation of OOP concepts)
  22. exercise 21 (Modules)
  23. exercise 22 (Unit Testing)
  24. exercise 23 (Git)
  25. exercise 24 (SQL)
  26. exercise 25 (Python SQLite3)
  27. exercise 26 (Starting a project)
  28. exercise 27 (Project)