Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.1 KB

File metadata and controls

25 lines (20 loc) · 1.1 KB

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