diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index a8ae73e23..03ab77de0 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -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 `_ + + Learn Python Interactive Tutorial ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -143,14 +153,6 @@ development, version control, and optimization/profiling. `Expert Python Programming `_ -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 `_ For Engineers and Scientists ----------------------------