Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kennethreitz/python-guide
Python best practices guidebook, written for humans.
https://github.com/kennethreitz/python-guide
Last synced: 9 days ago
JSON representation
Python best practices guidebook, written for humans.
- Host: GitHub
- URL: https://github.com/kennethreitz/python-guide
- Owner: kennethreitz
- License: other
- Fork: true (realpython/python-guide)
- Created: 2020-09-03T17:05:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T16:45:51.000Z (over 1 year ago)
- Last Synced: 2024-07-31T19:15:28.284Z (3 months ago)
- Language: Batchfile
- Homepage: https://docs.python-guide.org
- Size: 6.57 MB
- Stars: 126
- Watchers: 4
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- my-awesome-starred - python-guide - Python best practices guidebook, written for Humans. (Batchfile)
- Resources - Python best practices
- starred-awesome - 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
`_.