blob: ac5fd3cdc9704c2666d33bdcb68050c18c95edb2 [file] [log] [blame]
Georg Brandl3c8ce772007-11-01 20:58:08 +00001.. _using-index:
2
3################
4 Using Python
5################
6
7
8This part of the documentation is devoted to general information on the setup
9of the Python environment on different platform, the invocation of the
10interpreter and things that make working with Python easier.
11
12
13.. toctree::
14
15 cmdline.rst
Christian Heimes8b0facf2007-12-04 19:30:01 +000016 unix.rst
Christian Heimesd8654cf2007-12-02 15:22:16 +000017 windows.rst
Georg Brandl3c8ce772007-11-01 20:58:08 +000018 mac.rst
19