Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: b5d174037fab4889c1404ebab19b85cbe9aa452e authored by Barry Warsaw on 19 June 2008, 01:48:07 UTC
Bumping to 2.6b1
Tip revision: b5d1740
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::

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

back to top