https://github.com/python/cpython
Raw File
Tip revision: b4e48a444ea02921ce4b701fe165e6cfd4cf5845 authored by Pablo Galindo on 06 June 2023, 22:29:37 UTC
Python 3.10.12
Tip revision: b4e48a4
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