Python Development (Victor's notes) =================================== .. image:: images/python.png :alt: Python logo :align: right :target: http://www.python.org/ This documentation is not an official Python documentation, but a collection of personal notes by `Victor Stinner `_. Python: .. toctree:: :maxdepth: 1 python3.rst packaging.rst datetime.rst numbers.rst Development: .. toctree:: :maxdepth: 1 ci.rst debug_tools.rst gdb.rst unstable_tests.rst files.rst platforms.rst downstream.rst android.rst workflow.rst infra.rst memory.rst windows.rst portability.rst c_in_cpython.rst bugs_found_by_python.rst finalization.rst builds.rst subinterpreters.rst pyconfig.rst embed.rst c_api.rst pystate.rst fork.rst test_next_python.rst popular_extensions.rst assembly.rst garbage_collector.rst stdlib.rst wasm.rst import.rst limited_capi.rst Performance: .. toctree:: :maxdepth: 1 perf.rst cpython_impl_optim.rst startup_time.rst pep393_perf.rst Community: .. toctree:: :maxdepth: 1 community.rst diversity.rst communication.rst mentoring.rst core_devs.rst Misc: .. toctree:: :maxdepth: 1 history.rst misc.rst See also ======== * `Victor Stinner's Notes `_ * `Tutorial to contribute to the CPython project's documentation! `_ * `Victor Stinner's Blog 3 `_ Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`