Staging
v0.8.1
https://github.com/python/cpython
Revision ecbb68f2cce8d9a6dda564f148122f8ad193433f authored by Barry Warsaw on 07 April 2009, 15:17:20 UTC, committed by Barry Warsaw on 07 April 2009, 15:17:20 UTC
1 parent aa0af78
Raw File
Tip revision: ecbb68f2cce8d9a6dda564f148122f8ad193433f authored by Barry Warsaw on 07 April 2009, 15:17:20 UTC
Retagging.
Tip revision: ecbb68f
index.rst
.. _using-index:

################
  Using Python
################


This part of the documentation is devoted to general information on the setup
of the Python environment on different platform, the invocation of the
interpreter and things that make working with Python easier.


.. toctree::
   :numbered:

   cmdline.rst
   unix.rst
   windows.rst
   mac.rst

back to top