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
- Datacamp OOP tutorial
- Hashes and equality - Hynek Schlawack
- Composition over inheritance - Brandon Rhodes
- 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
- Ionel Cristian Mărieș - Packaging a python library
- Anton Zhiyanov - How to make an awesome Python package in 2021
- 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