mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Removed spaces at the ends of lines.
This commit is contained in:
@@ -77,11 +77,11 @@ For the Community
|
||||
|
||||
All contributions to the Guide are welcome, from Pythonistas of all levels.
|
||||
If you think there's a gap in what the Guide covers, fork the Guide on
|
||||
GitHub and submit a pull request.
|
||||
GitHub and submit a pull request.
|
||||
|
||||
Contributions are welcome from everyone, whether they're an old hand or a
|
||||
first-time Pythonista, and the authors to the Guide will gladly help if you
|
||||
have any questions about the appropriateness, completeness, or accuracy of
|
||||
Contributions are welcome from everyone, whether they're an old hand or a
|
||||
first-time Pythonista, and the authors to the Guide will gladly help if you
|
||||
have any questions about the appropriateness, completeness, or accuracy of
|
||||
a contribution.
|
||||
|
||||
To get started working on The Hitchhiker's Guide, see the :doc:`/notes/contribute` page.
|
||||
|
||||
@@ -201,7 +201,7 @@ Programming Collective Intelligence
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Programming Collective Intelligence introduces a wide array of basic machine learning and
|
||||
data mining methods. The exposition is not very mathematically formal, but rather focuses
|
||||
data mining methods. The exposition is not very mathematically formal, but rather focuses
|
||||
on explaining the underlying intuition and shows how to implement the algorithms in Python.
|
||||
|
||||
`Programming Collective Intelligence <http://shop.oreilly.com/product/9780596529321.do>`_
|
||||
@@ -225,7 +225,7 @@ This is Python's reference manual, it covers the syntax and the core semantics o
|
||||
language.
|
||||
|
||||
`The Python Language Reference <http://docs.python.org/reference/index.html>`_
|
||||
|
||||
|
||||
Python Pocket Reference
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
@@ -239,7 +239,7 @@ Writing Idiomatic Python
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
"Writing Idiomatic Python", written by Jeff Knupp, contains the most common and
|
||||
important Python idioms in a format that maximizes identification and understanding.
|
||||
important Python idioms in a format that maximizes identification and understanding.
|
||||
Each idiom is presented as a recommendation of a way to write some commonly
|
||||
used piece of code, followed by an explanation of why the idiom is important.
|
||||
It also contains two code samples for each idiom: the "Harmful" way to write it
|
||||
|
||||
Reference in New Issue
Block a user