a list of python resources
- Loop like a native: while, for, iterators, generators - Ned Batchelder
- A whirlwind tour of python - Jake Vanderplas
- Big O: how code slows as data grows - Ned Batchelder
- PEP 257 -- Docstring Conventions
- Generators will Free Your Mind - James Powell
- Type-checked Python in the real world - PyCon 2018 - Carl Meyer
- Regular expressions explainer and testing - Regex101.com
- Lists vs. Tuples - Ned Batchelder
- Datacamp OOP tutorial
- Hashes and equality - Hynek Schlawack
- Composition over inheritance - Brandon Rhodes
- Subclassing in Python Redux - Hynek Schlawack
- I Want A New Duck - Glyph Lefkowitz
- PEP 8 -- Style Guide for Python Code
- Raymond Hettinger - Beyond PEP 8 -- Best practices for beautiful intelligible code - PyCon 2015
- Python development workflow
- Coding habits for data scientists
- A deep dive on Python type hints - Vicki Boykis
- Ned Batchelder - Getting startend testing - PyCon 2014
- Hynek Schlawack - Parametrized pytest Fixtures
- Ionel Cristian Mărieș - Packaging a python library
- Anton Zhiyanov - How to make an awesome Python package in 2021
- Anna-Lena Popkes - An unbiased evaluation of environment management and packaging tools
- Pyhton data science handbook - Jake Vanderplas
- How to Rank 10% in Your First Kaggle Competition
- Python data visualisations tutorial - Ben Hammer
- Towards pandas 1.0 - Marc Garcia