/python-decorators

Notes and explanations about Python decorators.

Primary LanguagePythonMIT LicenseMIT

Python Decorators

This repo contains code related to decorators in Python. You will find two main directories:

  • functions -> contains a recapitulation about functions. It's fundamental to understand decorators.
  • decorators -> all you need to know about decorators.

Clone this repo

You can fork and then clone locally this repo. To do so, you can check the GitHub official documentation out.