mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
better intro skeleton
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ The Hitchhikers Guide to Python!
|
||||
|
||||
Welcome to The Hitchhiker's Guide to Python.
|
||||
|
||||
**This guide is currently under heavy development, and is mostly a skeleton at the moment.** If you'd like to help, `fork us on GitHub <https://github.com/kennethreitz/python-guide>`_
|
||||
**This guide is currently under heavy development, and is mostly a skeleton at the moment.** If you'd like to help, `fork us on GitHub <https://github.com/kennethreitz/python-guide>`_!
|
||||
|
||||
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.
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
The Community
|
||||
=============
|
||||
|
||||
BDFL
|
||||
----
|
||||
|
||||
Python Software Foundation
|
||||
--------------------------
|
||||
|
||||
+14
-6
@@ -2,13 +2,21 @@ Introduction
|
||||
============
|
||||
|
||||
|
||||
Idioms
|
||||
::::::
|
||||
Learning Python
|
||||
:::::::::::::::
|
||||
|
||||
Beginners
|
||||
`````````
|
||||
|
||||
Learn Python the Hard Way
|
||||
-------------------------
|
||||
|
||||
|
||||
Zen of Python
|
||||
-------------
|
||||
Advanced
|
||||
````````
|
||||
|
||||
Pro Python
|
||||
----------
|
||||
|
||||
PEP-8
|
||||
-----
|
||||
Expert Python Programming
|
||||
-------------------------
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
Resources
|
||||
=========
|
||||
|
||||
News
|
||||
----
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user