mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
52 lines
1.1 KiB
ReStructuredText
52 lines
1.1 KiB
ReStructuredText
Documentation
|
|
=============
|
|
|
|
Official Documentation
|
|
~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
The official Python Language and Library documentation can be found here:
|
|
|
|
- `Python 2.x <http://docs.python.org/>`_
|
|
- `Python 3.x <http://docs.python.org/py3k/>`_
|
|
|
|
|
|
Read the Docs
|
|
~~~~~~~~~~~~~
|
|
|
|
Read the Docs is a popular community project, providing a single location for all documentation of popular and even more exotic Python modules.
|
|
|
|
`Read the Docs <http://readthedocs.org/>`_
|
|
|
|
|
|
Resources
|
|
=========
|
|
|
|
News
|
|
----
|
|
|
|
Planet Python
|
|
~~~~~~~~~~~~~
|
|
|
|
This is an aggregate of Python news from a growing number of developers.
|
|
|
|
`Planet Python <http://planet.python.org>`_
|
|
|
|
|
|
Beginner's Guides
|
|
-----------------
|
|
|
|
|
|
Learn Python the Hard Way
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
This is an excellent beginner programmer's guide to Python. It covers "hello world" from the console to the web.
|
|
|
|
`Learn Python the Hard Way <http://learnpythonthehardway.org/book/>`_
|
|
|
|
|
|
Crash into Python
|
|
~~~~~~~~~~~~~~~~~
|
|
|
|
Also known as *Python for Programmers with 3 Hours*, this guide gives experienced developers from other languages a crash course on Python.
|
|
|
|
`Crash into Python <http://stephensugden.com/crash_into_python/>`_ |