https://github.com/dioptx/advanced-python-workshop
Repository for the advanced Python workshop
https://github.com/dioptx/advanced-python-workshop
Last synced: about 1 year ago
JSON representation
Repository for the advanced Python workshop
- Host: GitHub
- URL: https://github.com/dioptx/advanced-python-workshop
- Owner: dioptx
- License: mit
- Created: 2019-12-21T12:11:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:22:27.000Z (over 3 years ago)
- Last Synced: 2025-05-14T12:09:35.532Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 28.3 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# advanced-python-workshop
Workshop about advanced python patterns, and their real life usability spectrum.
[Presentation link](https://docs.google.com/presentation/d/1KeBvXDLLEhHmuuQbr5-r_GegUFQi-tgejvyW73jnrW4/edit?usp=sharing)
### References:
- [James Powell: So you want to be a Python expert?](https://www.youtube.com/watch?v=cKPlPJyQrt4)
- [Parul Pandey: Comprehending the ‘Comprehensions’ in Python](https://towardsdatascience.com/comprehending-the-concept-of-comprehensions-in-python-c9dafce5111)
- [Decorator examples](https://gist.github.com/Zearin/2f40b7b9cfc51132851a)
- [rebellious-magic-methods-python-syntax](https://powerfulpython.com/blog/rebellious-magic-methods-python-syntax/)
- [python-easter-eggs](https://github.com/OrkoHunter/python-easter-eggs)