We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5276f83 commit 911bc0fCopy full SHA for 911bc0f
README
Readme.rst
@@ -0,0 +1,26 @@
1
+python-guide: Python Best Practices Guidebook
2
+=============================================
3
+
4
+**Work in progress.**
5
6
+The goal of this project is to establish a set of open source reference guides for Python developers.
7
8
+Topics will include:
9
10
+- Platform/version specific installations
11
+- Py2app, Py2exe, bbfreeze, pyInstaller
12
+- Pip / virtualenv
13
+- Documentation. Writing it.
14
+- server configurations / tools for various web frameworks
15
+- fabric
16
+- exhaustive module recommendations, grouped by topic/purpose
17
+- Testing. Jenkins + tox guides.
18
+- How to interface w/ hg from git easily
19
+- what libraries to use for what
20
21
22
+Misc
23
+----
24
25
+- Will be hosted on ReadTheDocs.
26
0 commit comments