mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
1557d0ca73
Removed redundant links to learning resources and separated the learning, documentation, and news sections in to their own pages.
87 lines
1.3 KiB
HTML
87 lines
1.3 KiB
HTML
Introduction
|
|
------------
|
|
|
|
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
|
|
|
|
|
|
Getting Started
|
|
---------------
|
|
|
|
This part of the guide focuses on setting up your Python environment.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
starting/which-python
|
|
starting/installation
|
|
starting/dev-env
|
|
starting/next
|
|
|
|
|
|
Writing Great Code
|
|
------------------
|
|
|
|
This part of the guide focuses on best practices for writing Python code.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
writing/structure
|
|
writing/style
|
|
writing/documentation
|
|
writing/tests
|
|
writing/license
|
|
|
|
|
|
|
|
Shipping Great Code
|
|
-------------------
|
|
|
|
This part of the guide focuses on deploying your Python code.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
shipping/packaging
|
|
shipping/freezing
|
|
|
|
|
|
Scenario Guide
|
|
--------------
|
|
|
|
This part of the guide focuses on tool and module advice based on
|
|
different scenarios.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
scenarios/cli
|
|
scenarios/gui
|
|
scenarios/web
|
|
scenarios/admin
|
|
scenarios/ci
|
|
scenarios/speed
|
|
|
|
|
|
|
|
Additional Notes
|
|
----------------
|
|
|
|
Contibution notes and legal information are here (for those interested).
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
notes/contribute
|
|
notes/license
|