mirror of
https://github.com/kennethreitz/kennethreitz.org.git
synced 2026-06-05 22:50:17 +00:00
13 lines
844 B
Markdown
13 lines
844 B
Markdown
# python-guide.org
|
|
|
|
[`python-guide.org`](https://python-guide.org/) is a comprehensive guide to Python programming, covering topics such as best practices, code style, and project structure. The guide aims to provide developers with a set of guidelines and recommendations for writing clean, readable, and maintainable Python code.
|
|
|
|
## O'Reilly Book
|
|
|
|
The website was converted into a book published by O'Reilly Media, titled "The Hitchhiker's Guide to Python."
|
|
|
|
The book covers a wide range of topics, including Python installation, virtual environments, package management, testing, documentation, and deployment. It serves as a valuable resource for both beginner and experienced Python developers looking to improve their coding practices and workflows.
|
|
|
|
- [Buy on Amazon](https://amzn.to/3SMIm3T)
|
|
- [Read Online](https://python-guide.org/)
|