john-science / python_for_scientists

Python Open Courseware for Scientists and Engineers
GNU General Public License v3.0
68 stars 40 forks source link

Add a Decorators lecture #83

Closed john-science closed 1 year ago

john-science commented 1 year ago

Python decorators are an important (if modern) part of the language. There should be a lecture on it:

https://pythonbasics.org/decorators/

https://www.programiz.com/python-programming/decorator

https://realpython.com/primer-on-python-decorators/

https://www.geeksforgeeks.org/decorators-in-python/

john-science commented 1 year ago

This is mostly done, it just needs some polish.