mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Move official tutorial to beginner section
This commit is contained in:
+10
-8
@@ -4,6 +4,16 @@ Learning Python
|
||||
Beginner
|
||||
--------
|
||||
|
||||
The Python Tutorial
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
This is the official tutorial, it covers all the basics, and offers a tour of the
|
||||
language and the standard library, recommended for those who need a quickstart
|
||||
guide to the language.
|
||||
|
||||
`The Python Tutorial <http://docs.python.org/tutorial/index.html>`_
|
||||
|
||||
|
||||
Learn Python Interactive Tutorial
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
@@ -152,14 +162,6 @@ that can be run directly in the browser.
|
||||
`Problem Solving with Algorithms and Data Structures
|
||||
<http://www.interactivepython.org/courselib/static/pythonds/index.html>`_
|
||||
|
||||
The Python Tutorial
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
This is the official tutorial, it covers all the basics, and offers a tour of the
|
||||
language and the standard library, recommended for those who need a quickstart
|
||||
guide to the language.
|
||||
|
||||
`The Python Tutorial <http://docs.python.org/tutorial/index.html>`_
|
||||
|
||||
For Engineers and Scientists
|
||||
----------------------------
|
||||
|
||||
Reference in New Issue
Block a user