From fb90056e9c30cfb32f0473f7aac06e7b5ba1e73f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kolding-S=C3=B8rensen?= Date: Thu, 3 Apr 2014 12:10:21 +0200 Subject: [PATCH 1/3] Add book on algorithms and data structures --- docs/intro/learning.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index a8ae73e23..d480ac340 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -143,6 +143,15 @@ development, version control, and optimization/profiling. `Expert Python Programming `_ +Problem Solving with Algorithms and Data Structures +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Problem Solving with Algorithms and Data Structures covers a range of data structures and +algorithms. All concepts are illustrated with Python code along with interactive samples +that can be run directly in the browser. + + `Problem Solving with Algorithms and Data Structures + `_ + The Python Tutorial ~~~~~~~~~~~~~~~~~~~~ From 0d4ea147c22ce103b69c698d6863f47e06f61ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kolding-S=C3=B8rensen?= Date: Thu, 3 Apr 2014 12:14:07 +0200 Subject: [PATCH 2/3] Move official tutorial to beginner section --- docs/intro/learning.rst | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index d480ac340..ea9ab7a25 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -152,14 +162,6 @@ that can be run directly in the browser. `Problem Solving with Algorithms and Data Structures `_ -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 ---------------------------- From 17ef7f9661878e950618845f48b3316fac24b312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kolding-S=C3=B8rensen?= Date: Fri, 4 Apr 2014 08:31:05 +0200 Subject: [PATCH 3/3] Remove book on algorithms and data structures --- docs/intro/learning.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index ea9ab7a25..03ab77de0 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -153,15 +153,6 @@ development, version control, and optimization/profiling. `Expert Python Programming `_ -Problem Solving with Algorithms and Data Structures -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Problem Solving with Algorithms and Data Structures covers a range of data structures and -algorithms. All concepts are illustrated with Python code along with interactive samples -that can be run directly in the browser. - - `Problem Solving with Algorithms and Data Structures - `_ - For Engineers and Scientists ----------------------------