Skip to content

Commit f23ad79

Browse files
committed
Merge pull request realpython#400 from christiankolding/patch-1
Added book, moved tutorial
2 parents ed24f18 + 17ef7f9 commit f23ad79

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

@@ -143,14 +153,6 @@ development, version control, and optimization/profiling.
143153

144154
`Expert Python Programming <http://www.packtpub.com/expert-python-programming/book>`_
145155

146-
The Python Tutorial
147-
~~~~~~~~~~~~~~~~~~~~
148-
149-
This is the official tutorial, it covers all the basics, and offers a tour of the
150-
language and the standard library, recommended for those who need a quickstart
151-
guide to the language.
152-
153-
`The Python Tutorial <http://docs.python.org/tutorial/index.html>`_
154156

155157
For Engineers and Scientists
156158
----------------------------

0 commit comments

Comments
 (0)