1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-09-27 20:09:02 +00:00

Added Think Complexity and Think Bayes

This commit is contained in:
Baze Petrushev 2013-10-11 22:08:45 +02:00
parent 361c127be3
commit 2f95976c4d

View File

@ -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