https://github.com/python/cpython
Raw File
Tip revision: 976ea78599d71f22e9c0fefc2dc37c1d9fc835a4 authored by Ɓukasz Langa on 19 March 2024, 21:42:28 UTC
Python 3.10.14
Tip revision: 976ea78
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