Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Decorators and Context Managers

Understand function wrappers and with context managers.

What you will learn

  • Decorator syntax
  • functools.wraps
  • Context manager via class and contextlib

How to run

python example.py

Exercises

Open the exercises/ folder for prompts. Compare later with exercises/solutions/.