Skip to content

Commit 0d4ea14

Browse files
Move official tutorial to beginner section
1 parent fb90056 commit 0d4ea14

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

docs/intro/learning.rst

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Learning Python
44
Beginner
55
--------
66

7+
The Python Tutorial
8+
~~~~~~~~~~~~~~~~~~~~
9+
10+
This is the official tutorial, it covers all the basics, and offers a tour of the
11+
language and the standard library, recommended for those who need a quickstart
12+
guide to the language.
13+
14+
`The Python Tutorial <http://docs.python.org/tutorial/index.html>`_
15+
16+
717
Learn Python Interactive Tutorial
818
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
919

@@ -152,14 +162,6 @@ that can be run directly in the browser.
152162
`Problem Solving with Algorithms and Data Structures
153163
<http://www.interactivepython.org/courselib/static/pythonds/index.html>`_
154164

155-
The Python Tutorial
156-
~~~~~~~~~~~~~~~~~~~~
157-
158-
This is the official tutorial, it covers all the basics, and offers a tour of the
159-
language and the standard library, recommended for those who need a quickstart
160-
guide to the language.
161-
162-
`The Python Tutorial <http://docs.python.org/tutorial/index.html>`_
163165

164166
For Engineers and Scientists
165167
----------------------------

0 commit comments

Comments
 (0)