• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.. _using-index:
2
3##########################
4  Python Setup and Usage
5##########################
6
7
8This part of the documentation is devoted to general information on the setup
9of the Python environment on different platforms, the invocation of the
10interpreter and things that make working with Python easier.
11
12
13.. toctree::
14   :numbered:
15   :maxdepth: 2
16
17   cmdline.rst
18   unix.rst
19   configure.rst
20   windows.rst
21   mac.rst
22   android.rst
23   ios.rst
24   editors.rst
25