From 762161f3b387b97e73452ab7eac5201956c6e3ba Mon Sep 17 00:00:00 2001 From: Isaac Goss Date: Mon, 2 Oct 2017 14:51:12 -0400 Subject: [PATCH] Added a free/open book on Algorithms in Python (#2553) * This book doesn't seem to have anything to do with Mathematica. * Added a free/open book on Algorithms in Python Linked to the github repo, but it links to a PDF download from there. * added author name --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index d7d1e601..51bde2e9 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -265,6 +265,7 @@ * [Algorithms Course Materials](http://jeffe.cs.illinois.edu/teaching/algorithms/) - Jeff Erickson * [Analysis and Design of Algorithms](http://www.cse.iitd.ernet.in/~ssen/csl356/admin356.html) - Sandeep Sen, IIT Delhi * [Animated Algorithm and Data Structure Visualization](http://visualgo.net) (Resource) +* [Annotated Algorithms in Python: Applications in Physics, Biology, and Finance](https://github.com/mdipierro/nlib) - Massimo di Pierro * [Binary Trees](http://cslibrary.stanford.edu/110/BinaryTrees.pdf) (PDF) * [Clever Algorithms](http://www.cleveralgorithms.com/nature-inspired/) * [CS Unplugged: Computer Science without a computer](http://csunplugged.org/books/) -- GitLab