11 March 2018
What does it take to be an expert at Python?
Based on James Powell’s talk at PyData 2017: link
Four features that may help you take to the next level
In this talk the author points out :
- metaclasses (https://docs.python.org/3/reference/datamodel.html)
- decorators (https://docs.python.org/3/glossary.html)
- generators (https://docs.python.org/3/reference/expressions.html#generator-expressions)
- context managers (https://docs.python.org/3.6/reference/compound_stmts.html#the-with-statement)
Transcript from this talk can be found on GitHub: link