parent topic: Python
show presentation individually

Python Intermediate

  • Python Intermediate
  • Data types in Python
  • None
  • bool
  • Numbers
  • Character encodings
  • Strings
  • String formatting
  • Lists
  • Tuples
  • Bytes
  • Sequences
  • Dictionaries
  • Object-oriented programming and classes
  • Inheritance and composition
  • Code style
  • Docstrings
  • Debugging
  • Control structures
  • if
  • For loops
  • Continue
  • Comprehensions
  • Exceptions
  • Raising exceptions
  • Custom modules: advanced
  • Package versions and virtual environments
  • Sharing and publishing packages
  • Functions
  • Object references and mutations
  • Side effects and pure functions
  • Python versions