Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions docs/intro/learning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

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

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
----------------------------
Expand Down