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 Django Documentation
Official Django Documentation
Documentation Optional donations

Django is a powerful Python web framework that simplifies building complex web applications by providing ready-to-use tools like an ORM, templating engine, and admin interface. Its documentation offers step-by-step tutorials for beginners and in-depth guides for advanced developers, covering everything from basic setup to performance optimization and security.

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.

Dead Simple Python
Dead Simple Python
Book Paid

Dead Simple Python is a thorough introduction to every feature of the Python language for programmers who are impatient to write production code. Instead of revisiting elementary computer science topics, you’ll dive deep into idiomatic Python patterns so you can write professional Python programs in no time.

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.

Real-World Python: A Hacker's Guide to Solving Problems with Code

A project-based approach to learning Python programming for intermediate users. Intriguing projects teach you how to tackle challenging problems with code.

Impractical Python Projects: Playful Programming Activities to Make You Smarter

Impractical Python Projects is a collection of fun and educational projects designed to entertain programmers while enhancing their Python skills. It picks up where the complete beginner books leave off, expanding on existing concepts and introducing new tools you'll use daily. And to keep things interesting, each project includes a zany twist featuring historical incidents, pop culture references, and literary allusions.

Python Tools for Scientists: An Introduction to Using Anaconda, JupyterLab, and Python's Scientific Libraries

An introduction to the Python programming language and its most popular tools for scientists, engineers, students, and anyone who wants to use Python for research, simulations, and collaboration.

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.

DjangoTricks.com
DjangoTricks.com
Website Free

A collection of curated tips, tricks, and code snippets focused on web development with the Django framework, created by Aidas Bendoraitis. Covering everything from backend and frontend development to testing and deployment, it offers practical, shareable insights for developers of all levels.

The Quick Python Book

The Quick Python Book, Fourth Edition is the definitive guide to the Python language, written by Python authority and former Chair of the Python Software Foundation Board or Directors Naomi Ceder. With the personal touch of a skilled teacher, Naomi beautifully balances details of the language with the insights and advice you need to handle any task. You’ll learn skills you can turn to doing almost anything with Python—from analyzing data, to writing scripts, and even developing software. Plus, quick-check questions, end-of-chapter labs, and a final case study all help consolidate your knowledge.

Django 3 Web Development Cookbook

"Django 3 Web Development Cookbook" offers practical, task-based solutions for building secure, high-performance web applications using Django and Python. Covering key topics like models, views, forms, and security, this book equips developers with the tools to create scalable apps efficiently.

Add a Python-related resource!

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