Skip to content

Latest commit

 

History

History

README.md

Session 12 Python Basics (continue)

  • Variables scope
  • Context managers (with statement)

Screencast

Hello Python Session

Materials

Project

  • temporary replace one of the builtin functions with own function using context managers.
    • using class based context manager
    • using decorator-based context manager function