https://github.com/python/cpython
Raw File
Tip revision: a7a450f84a087421603170c2dad226bb881d4d9a authored by Pablo Galindo on 06 December 2022, 19:04:38 UTC
Python 3.11.1
Tip revision: a7a450f
index.rst
.. _using-index:

##########################
  Python Setup and Usage
##########################


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


.. toctree::
   :numbered:

   cmdline.rst
   unix.rst
   configure.rst
   windows.rst
   mac.rst
   editors.rst
back to top