An open API service indexing awesome lists of open source software.

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

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)