- The Python Standard Library
- 3. Data model the Python data model methods as referred to by James Powell a.k.a. Don’t Use This Code
- Python HOWTOs
- Python Data Science Handbook by Jake VanderPlas - helped me a lot when I was starting outbeginnerfriendly
- A Whirlwind Tour of Python - Jake VanderPlas -beginnerfriendly
- Dive Into Python 3 - IMHO the best place to start learning Pythonbeginnerfriendly
- The Hitchhiker’s Guide to Python -beginnerfriendly
- Intermediate Python
- Hyperpolyglot Numerical Analysis & Statistics: MATLAB, R, NumPy, Julia - a side-by-side reference sheet
- Python Object Graphs — objgraph 3.6.2 documentation
- [[Why you should use
python -m pip
]] - not sure about this but saved for reference/to check later - What Are Python Wheels and Why Should You Care?
- pip documentation
- Learning Resources for pytest The PyCharm Blog - pytest
Articles
- 🔥 Read Inside The Python Virtual Machine this looks absolutely amazing; added to READUS
- Polars vs. pandas What’s the Difference? The PyCharm Blog
Packages (useful to remember)
- pipx — Install and Run Python Applications in Isolated Environments
- Beartype - Beartype enforces type hints across your entire app in two lines of runtime code with no runtime overhead
- psutil: giampaolopsutil Cross-platform lib for process and system monitoring in Python
- Polars: Index - Polars user guide