Merge pull request #203 from johtso/patch-1
[python-guide.git] / Readme.rst
1 Hitchhiker's Guide to Python
2 ============================
3
4 **Python Best Practices Guidebook**
5
6 -----------
7
8 **Work in progress. If you'd like to help, please do. There's a lot of work to be done.**
9
10 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.
11
12
13 Topics include:
14
15 - Platform/version specific installations
16 - Py2app, Py2exe, bbfreeze, pyInstaller
17 - Pip / virtualenv
18 - Documentation. Writing it.
19 - server configurations / tools for various web frameworks
20 - fabric
21 - exhaustive module recommendations, grouped by topic/purpose
22 - Testing. Jenkins + tox guides.
23 - How to interface w/ hg from git easily
24 - what libraries to use for what
25
26 If you are not fond of reading reStructuredText, there is a
27 almost up-to-date `HTML version at docs.python-guide.org
28 <http://docs.python-guide.org>`_.