1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-11-07 22:05:29 +00:00

Adding Python interactive tutorial

This commit is contained in:
Espartaco Palma 2014-04-12 01:40:16 -05:00
parent e8cafd3d7e
commit 4c55fcee6a

View File

@ -88,6 +88,7 @@
###Python
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
* [Introduction to Data Processing with Python](http://opentechschool.github.io/python-data-intro/)
* [Learn Python](http://www.learnpython.org/)
* [Python Koans](https://github.com/gregmalcolm/python_koans)