77The Python Tutorial
88~~~~~~~~~~~~~~~~~~~~
99
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
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
1212guide to the language.
1313
1414 `The Python Tutorial <http://docs.python.org/tutorial/index.html >`_
@@ -189,6 +189,7 @@ Miscellaneous topics
189189
190190Problem Solving with Algorithms and Data Structures
191191~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
192+
192193Problem Solving with Algorithms and Data Structures covers a range of data structures and
193194algorithms. All concepts are illustrated with Python code along with interactive samples
194195that can be run directly in the browser.
@@ -198,6 +199,7 @@ that can be run directly in the browser.
198199
199200Programming Collective Intelligence
200201~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
202+
201203Programming Collective Intelligence introduces a wide array of basic machine learning and
202204data mining methods. The exposition is not very mathematically formal, but rather focuses
203205on explaining the underlying intuition and shows how to implement the algorithms in Python.
@@ -238,12 +240,11 @@ Writing Idiomatic Python
238240
239241"Writing Idiomatic Python", written by Jeff Knupp, contains the most common and
240242important Python idioms in a format that maximizes identification and understanding.
241- Each idiom is presented as a recommendation to write some commonly used piece of code.
242- It is followed by an explanation of why the idiom is important. It also contains two
243- code samples: the "Harmful" way to write it and the "Idiomatic" way
243+ Each idiom is presented as a recommendation of a way to write some commonly
244+ used piece of code, followed by an explanation of why the idiom is important.
245+ It also contains two code samples for each idiom: the "Harmful" way to write it
246+ and the "Idiomatic" way.
244247
245248`For Python 2.7.3+ <http://www.amazon.com/Writing-Idiomatic-Python-2-7-3-Knupp/dp/1482372177/ >`_
246249
247250`For Python 3.3+ <http://www.amazon.com/Writing-Idiomatic-Python-Jeff-Knupp-ebook/dp/B00B5VXMRG/ >`_
248-
249-
0 commit comments