Overview of Python syntax

  1. Scalars
  2. Numbers
  3. Strings
  4. int - float - string conversion
  5. Booleans
  6. Lists
  7. Queue and Stack
  8. Dictionaries
  9. Tuples
  10. Sets
  11. I/O
  12. STDIN - Standard input
  13. CLI
  14. Control flow
  15. While - Loops
  16. For - Loops
  17. Conditionals
  18. Comparision operators
  19. Boolean operators
  20. The conditional (ternary) operator
  21. Random Values
  22. Math
  23. Exceptions