File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ Learning Python
4
4
Beginner
5
5
--------
6
6
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
+
7
17
Learn Python Interactive Tutorial
8
18
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9
19
@@ -152,14 +162,6 @@ that can be run directly in the browser.
152
162
`Problem Solving with Algorithms and Data Structures
153
163
<http://www.interactivepython.org/courselib/static/pythonds/index.html> `_
154
164
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 >`_
163
165
164
166
For Engineers and Scientists
165
167
----------------------------
You can’t perform that action at this time.
0 commit comments