Added SICP in Python (#2159)

* Added SICP in Python

* deleted two spaces

* fix ordering
pull/2184/head
José Carlos García 2016-12-04 11:06:54 +01:00 committed by victor felder
parent e4ddb5bf28
commit 6dd6bdd1af
1 changed files with 2 additions and 1 deletions

View File

@ -1825,6 +1825,7 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout,
* [Python Programming](https://upload.wikimedia.org/wikipedia/commons/9/91/Python_Programming.pdf) (PDF) (2.6) * [Python Programming](https://upload.wikimedia.org/wikipedia/commons/9/91/Python_Programming.pdf) (PDF) (2.6)
* [Python Scientific Lecture Notes](http://scipy-lectures.github.io) * [Python Scientific Lecture Notes](http://scipy-lectures.github.io)
* [Python Standard Library](http://effbot.org/librarybook/) - Fredrik Lundh * [Python Standard Library](http://effbot.org/librarybook/) - Fredrik Lundh
* [SICP in Python](http://www-inst.eecs.berkeley.edu/~cs61a/sp12/book/) (3.2)
* [Snake Wrangling For Kids](http://www.briggs.net.nz/snake-wrangling-for-kids.html) (3.x) * [Snake Wrangling For Kids](http://www.briggs.net.nz/snake-wrangling-for-kids.html) (3.x)
* [Test-Driven Web Development with Python](http://chimera.labs.oreilly.com/books/1234000000754/index.html) (3.3 - 3.x) * [Test-Driven Web Development with Python](http://chimera.labs.oreilly.com/books/1234000000754/index.html) (3.3 - 3.x)
* [Text Processing in Python](http://gnosis.cx/TPiP/) - David Mertz (2.3 - 2.x) * [Text Processing in Python](http://gnosis.cx/TPiP/) - David Mertz (2.3 - 2.x)