Skip to content

Commit f203781

Browse files
committed
Quick wording changes for intro/learning.
1 parent 0835277 commit f203781

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/intro/learning.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Beginner
77
The 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
1212
guide to the language.
1313

1414
`The Python Tutorial <http://docs.python.org/tutorial/index.html>`_
@@ -189,6 +189,7 @@ Miscellaneous topics
189189

190190
Problem Solving with Algorithms and Data Structures
191191
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
192+
192193
Problem Solving with Algorithms and Data Structures covers a range of data structures and
193194
algorithms. All concepts are illustrated with Python code along with interactive samples
194195
that can be run directly in the browser.
@@ -198,6 +199,7 @@ that can be run directly in the browser.
198199

199200
Programming Collective Intelligence
200201
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
202+
201203
Programming Collective Intelligence introduces a wide array of basic machine learning and
202204
data mining methods. The exposition is not very mathematically formal, but rather focuses
203205
on 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
240242
important 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

Comments
 (0)