From 2f95976c4de718aa41fa3b05b2586b707193919c Mon Sep 17 00:00:00 2001 From: Baze Petrushev Date: Fri, 11 Oct 2013 22:08:45 +0200 Subject: [PATCH] Added Think Complexity and Think Bayes --- free-programming-books.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index f4692b7e..4b202c56 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -161,9 +161,11 @@ * [Security Engineering](http://www.cl.cam.ac.uk/~rja14/book.html) * [Structure and Interpretation of Computer Programs](http://mitpress.mit.edu/sicp/) * [Summary of the GoF Design Patterns](http://domaindrivendesign.org/sites/default/files/discussion/PatternSummariesUnderCreativeCommons.doc) -* [The Little Book of Semaphores](http://greenteapress.com/semaphores/) +* [The Little Book of Semaphores](http://greenteapress.com/semaphores/) - Allen B. Downey * [The TCP/IP Guide](http://www.tcpipguide.com/free/t_toc.htm) -* [Think Stats: Probability and Statistics for Programmers](http://greenteapress.com/thinkstats/) (PDF, code written in Python) +* [Think Bayes: Bayesian Statistics Made Simple] (http://www.greenteapress.com/thinkbayes/) - Allen B. Downey +* [Think Stats: Probability and Statistics for Programmers](http://greenteapress.com/thinkstats/) (PDF, code written in Python) - Allen B. Downey +* [Think Complexity] (http://www.greenteapress.com/compmod/) - Allen B. Downey * [Type Theory and Functional Programming](https://www.cs.kent.ac.uk/people/staff/sjt/TTFP/) * [Understanding IP Addressing: Everything you ever wanted to know](http://www.apnic.net/__data/assets/pdf_file/0020/8147/501302.pdf) (PDF) @@ -523,7 +525,7 @@ * [Python for Informatics: Exploring Information](http://www.pythonlearn.com/book.php) * [Python for you and me](http://pymbook.readthedocs.org/en/latest/) * [Snake Wrangling For Kids](http://www.briggs.net.nz/snake-wrangling-for-kids.html) -* [Think Python](http://www.greenteapress.com/thinkpython/thinkpython.pdf) (PDF) +* [Think Python](http://www.greenteapress.com/thinkpython/thinkpython.pdf) (PDF) - Allen B. Downey ###R -- GitLab