Resources

Official Python Documentation
Official Python Documentation
Documentation Optional donations

The Python 3 documentation provides comprehensive guidance on Python’s syntax, features, and standard library, helping users of all levels navigate the language. It includes sections like tutorials, library references, FAQs, and in-depth guides for both beginners and advanced developers.

Official Flask Documentation
Official Flask Documentation
Documentation Optional donations

Flask's documentation provides a comprehensive guide for building web applications, starting from installation and quick setup to more advanced topics like blueprints, testing, and deployment. It covers key components such as routing, templates, and session management, while offering detailed API references and guidance on extending Flask with community-maintained extensions.

Black
Black
Tool Free

Black is a Python code formatter that enforces consistent, PEP 8-compliant formatting, allowing developers to focus on coding rather than style. By automating code formatting, it saves time and improves efficiency with minimal configuration required.

uv
Tool Free

uv is a lightning-fast Python package and project manager, written in Rust, that replaces tools like pip and poetry while offering 10-100x speed improvements. It supports multiple Python versions and advanced project management, providing a flexible, high-performance solution for developers.

The Hitchhiker’s Guide to Python!

"The Hitchhiker’s Guide to Python!" is a comprehensive resource for intermediate to advanced Python developers, covering best practices for writing, structuring, and deploying Python code. It provides practical guidance on web development, automation, data science, and more, making it ideal for those looking to improve their skills and grow professionally.

Jupyter
Jupyter
Library / Package / Framework Free

Jupyter Notebook is an open-source web application that enables users to create and share documents containing live code, equations, and visualizations, supporting over 40 programming languages. Its advanced version, JupyterLab, provides a more flexible environment, making both tools ideal for data science, machine learning, and scientific computing tasks across various industries and research fields.

Unlearning SQL
Unlearning SQL
Book Paid

Some folks naturally think in SQL. This book leverages the SQL design patterns to create Python code without the overheads of a database.

Add a Python-related resource!

Do you have a useful resource for other Python developers? List them here!