1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-26 01:02:35 +00:00

Add Python Module of the Week

The Python Module of the Week series is a tour of the Python standard library through short examples.
This commit is contained in:
zhujs 2013-10-21 14:36:24 +08:00
parent fc99dd0ddc
commit 198104d391

View File

@ -821,6 +821,7 @@ See also [TeX](#tex)
* [The Art and Craft of Programming](http://beastie.cs.ua.edu/cs150/book/index.html)
* [Think Python](http://www.greenteapress.com/thinkpython/) - Allen B. Downey
* [Problem Solving with Algorithms and Data Structures](http://interactivepython.org/courselib/static/pythonds/index.html)
* [Python Module of the Week](http://pymotw.com/2/)
####Django
* [Djen of Django](http://agiliq.com/books/djenofdjango/)