mirror of
https://github.com/kennethreitz-archive/conductofcode.git
synced 2026-06-05 15:20:17 +00:00
21 lines
473 B
Plaintext
21 lines
473 B
Plaintext
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/>`_
|
|
|
|
|