mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
update contents
This commit is contained in:
+19
-13
@@ -1,7 +1,7 @@
|
|||||||
Getting Started
|
Getting Started with Python
|
||||||
---------------
|
---------------------------
|
||||||
|
|
||||||
This part of the guide focuses on setting up your Python environment.
|
New to Python? Let's properly setup up your Python environment.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
@@ -20,10 +20,10 @@ This part of the guide focuses on setting up your Python environment.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Writing Great Code
|
Writing Great Python Code
|
||||||
------------------
|
-------------------------
|
||||||
|
|
||||||
This part of the guide focuses on best practices for writing Python code.
|
This part of the guide focuses on the best-practices for writing Python code.
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
@@ -39,8 +39,8 @@ This part of the guide focuses on best practices for writing Python code.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Scenario Guide
|
Scenario Guide for Python Applications
|
||||||
--------------
|
--------------------------------------
|
||||||
|
|
||||||
This part of the guide focuses on tool and module advice based on
|
This part of the guide focuses on tool and module advice based on
|
||||||
different scenarios.
|
different scenarios.
|
||||||
@@ -67,8 +67,8 @@ different scenarios.
|
|||||||
scenarios/clibs
|
scenarios/clibs
|
||||||
|
|
||||||
|
|
||||||
Shipping Great Code
|
Shipping Great Python Code
|
||||||
-------------------
|
--------------------------
|
||||||
|
|
||||||
This part of the guide focuses on deploying your Python code.
|
This part of the guide focuses on deploying your Python code.
|
||||||
|
|
||||||
@@ -79,8 +79,11 @@ This part of the guide focuses on deploying your Python code.
|
|||||||
shipping/freezing
|
shipping/freezing
|
||||||
|
|
||||||
|
|
||||||
Development Environment
|
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::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
@@ -107,7 +110,10 @@ background information about Python, then focuses on next steps.
|
|||||||
intro/documentation
|
intro/documentation
|
||||||
intro/news
|
intro/news
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
Notes contained with all diatonic and chromatic musical scales have been
|
||||||
|
intentionally excluded from this list of additional notes. Additionally,
|
||||||
|
this note.
|
||||||
|
|
||||||
|
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user