forked from kennethreitz/python-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kenneth Reitz
committed
Mar 15, 2011
1 parent
5276f83
commit 911bc0f
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
python-guide: Python Best Practices Guidebook | ||
============================================= | ||
|
||
**Work in progress.** | ||
|
||
The goal of this project is to establish a set of open source reference guides for Python developers. | ||
|
||
Topics will include: | ||
|
||
- Platform/version specific installations | ||
- Py2app, Py2exe, bbfreeze, pyInstaller | ||
- Pip / virtualenv | ||
- Documentation. Writing it. | ||
- server configurations / tools for various web frameworks | ||
- fabric | ||
- exhaustive module recommendations, grouped by topic/purpose | ||
- Testing. Jenkins + tox guides. | ||
- How to interface w/ hg from git easily | ||
- what libraries to use for what | ||
|
||
|
||
Misc | ||
---- | ||
|
||
- Will be hosted on ReadTheDocs. | ||
|