Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realpython/python-guide
Python best practices guidebook, written for humans.
https://github.com/realpython/python-guide
book guide python
Last synced: 4 days ago
JSON representation
Python best practices guidebook, written for humans.
- Host: GitHub
- URL: https://github.com/realpython/python-guide
- Owner: realpython
- License: other
- Created: 2011-03-15T03:24:20.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T18:49:10.000Z (6 months ago)
- Last Synced: 2025-01-03T01:13:37.340Z (9 days ago)
- Topics: book, guide, python
- Language: Batchfile
- Homepage: https://docs.python-guide.org
- Size: 6.58 MB
- Stars: 28,503
- Watchers: 1,378
- Forks: 5,834
- Open Issues: 112
-
Metadata Files:
- Readme: Readme.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesomeLibrary - python-guide - Python best practices guidebook, written for humans. (语言资源库 / books)
- Awesome-GitHub-Repo - python-guide - 关于 Python 日常安装、配置和使用的最佳实践手册,包括 pip、numpy、virtualenv等的介绍。[<img src="https://tva1.sinaimg.cn/large/008i3skNly1gxlhtmg11mj305k05k746.jpg" alt="微信" width="18px" height="18px" />]() (学习资源 / Python资源)
- awesome-starred-test - realpython/python-guide - Python best practices guidebook, written for humans. (Batchfile)
- my-awesome-github-stars - realpython/python-guide - Python best practices guidebook, written for humans. (Batchfile)
- backend-cheats - Python best practices guidebook
- awesome-github-star - python-guide
- awesome-starz - realpython/python-guide - Python best practices guidebook, written for humans. (Batchfile)
- StarryDivineSky - realpython/python-guide
- awesome - realpython/python-guide - Python best practices guidebook, written for humans. (Batchfile)
README
Hitchhiker's Guide to Python
============================**Python Best Practices Guidebook**
→ Read the free guide at: `docs.python-guide.org `_
.. image:: https://farm1.staticflickr.com/628/33173824932_58add34581_k_d.jpg
-----------
**Work in progress. If you'd like to help, please do. There's a lot of work to
be done.**This guide is currently under heavy development. This opinionated guide
exists to provide both novice and expert Python developers a best practice
handbook to the installation, configuration, and usage of Python on a daily
basis.Topics include:
- Platform and version-specific installations
- Py2app, Py2exe, bbfreeze, pyInstaller
- Pip
- Numpy, scipy, statpy, pyplot, matplotlib
- Virtualenv
- Fabric
- Exhaustive module recommendations, grouped by topic/purpose
- Which libraries to use for what
- Server configurations & tools for various web frameworks
- Documentation: writing it
- Testing: Jenkins & tox guides
- How to easily interface ``hg`` from ``git``If you aren't fond of reading reStructuredText, there is an
almost up-to-date `HTML version at docs.python-guide.org
`_.