1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-12-23 07:18:54 +00:00

Merge pull request #991 from louiedinh/patch-1

Add Python Practice Projects
This commit is contained in:
Mohammad Hossein Mojtahedi 2014-05-25 14:07:38 +04:30
commit cf1b9626b1

View File

@ -1364,6 +1364,7 @@ See also [TeX](#tex)
* [Python Koans](https://github.com/gregmalcolm/python_koans) * [Python Koans](https://github.com/gregmalcolm/python_koans)
* [Python Module of the Week](http://pymotw.com/2/) * [Python Module of the Week](http://pymotw.com/2/)
* [Python Practice Book](http://anandology.com/python-practice-book/index.html) * [Python Practice Book](http://anandology.com/python-practice-book/index.html)
* [Python Practice Projects](www.pythonpracticeprojects.com)
* [Python Programming](http://upload.wikimedia.org/wikipedia/commons/9/91/Python_Programming.pdf) (PDF) * [Python Programming](http://upload.wikimedia.org/wikipedia/commons/9/91/Python_Programming.pdf) (PDF)
* [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