Skip to content

Commit a61d9ad

Browse files
committed
Merge pull request realpython#404 from christiankolding/patch-1
Add misc section and two books
2 parents a604dd1 + 1e7cb38 commit a61d9ad

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/intro/learning.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,26 @@ emphasis on numerical methods and how to implement them in Python.
174174

175175
`Numerical Methods in Engineering with Python <http://www.cambridge.org/us/academic/subjects/engineering/engineering-mathematics-and-programming/numerical-methods-engineering-python-2nd-edition>`_
176176

177+
Miscellaneous topics
178+
--------------------
179+
180+
Problem Solving with Algorithms and Data Structures
181+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
182+
Problem Solving with Algorithms and Data Structures covers a range of data structures and
183+
algorithms. All concepts are illustrated with Python code along with interactive samples
184+
that can be run directly in the browser.
185+
186+
`Problem Solving with Algorithms and Data Structures
187+
<http://www.interactivepython.org/courselib/static/pythonds/index.html>`_
188+
189+
Programming Collective Intelligence
190+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
191+
Programming Collective Intelligence introduces a wide array of basic machine learning and
192+
data mining methods. The exposition is not very mathematically formal, but rather focuses
193+
on explaining the underlying intuition and shows how to implement the algorithms in Python.
194+
195+
`Programming Collective Intelligence <http://shop.oreilly.com/product/9780596529321.do>`_
196+
177197
References
178198
----------
179199

0 commit comments

Comments
 (0)