python-guide
Batchfile
★ 30k
updated 1y ago
Python best practices guidebook, written for humans.
A community-maintained guidebook of Python best practices written for human readers who want to learn to write good, idiomatic Python beyond just knowing the syntax.
Python
This repository contains the source for a Python best practices guidebook written for human readers rather than as technical reference documentation. It is described as a guide to Python written for humans, covering best practices for the language. The project is associated with the Real Python brand and is written in a format suited to a book or structured guide rather than code examples.
Where it fits
- Read opinionated guidance on Python project structure and packaging conventions before starting a new project
- Use the guide as a reference for code review best practices when onboarding developers new to Python
- Learn which Python tools and libraries are recommended for common tasks according to the broader Python community