Files
python-guide/docs/contents.rst.inc
T

135 lines
2.4 KiB
PHP

Getting Started with Python
---------------------------
New to Python? Let's properly setup up your Python environment.
.. toctree::
:maxdepth: 2
starting/which-python
- Properly Install Python
.. toctree::
:maxdepth: 1
starting/installation
starting/install/osx
starting/install/win
starting/install/linux
Writing Great Python Code
-------------------------
This part of the guide focuses on the best-practices for writing Python code.
.. toctree::
:maxdepth: 2
writing/structure
writing/style
writing/reading
writing/documentation
writing/tests
writing/logging
writing/gotchas
writing/license
Scenario Guide for Python Applications
--------------------------------------
This part of the guide focuses on tool and module advice based on
different scenarios.
.. toctree::
:maxdepth: 2
scenarios/client
scenarios/web
scenarios/scrape
scenarios/cli
scenarios/gui
scenarios/db
scenarios/network
scenarios/admin
scenarios/ci
scenarios/speed
scenarios/scientific
scenarios/imaging
scenarios/serialization
scenarios/xml
scenarios/json
scenarios/crypto
scenarios/ml
scenarios/clibs
Shipping Great Python Code
--------------------------
This part of the guide focuses on deploying your Python code.
.. toctree::
:maxdepth: 2
shipping/packaging
shipping/freezing
Python Development Environments
-------------------------------
This part of the guide focus on the Python development environment,
and the best-practice tools that are available for writing Python code.
.. toctree::
:maxdepth: 2
dev/env
dev/virtualenvs
dev/pip-virtualenv
Additional Notes
----------------
This part of the guide, which is mostly prose, begins with some
background information about Python, then focuses on next steps.
.. toctree::
:maxdepth: 2
intro/duction
intro/community
intro/learning
intro/documentation
intro/news
.. note::
Notes defined within all diatonic and chromatic musical scales have been
intentionally excluded from this list of additional notes. Additionally,
this note.
--------------------------------------
Contribution notes and legal information (for those interested).
.. toctree::
:maxdepth: 2
notes/contribute
notes/license
notes/styleguide