1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-15 20:32:20 +00:00

Merge pull request #1260 from kaustubhsant/master

Added python-guide link in free-programming-books.md
This commit is contained in:
victor felder 2014-12-18 08:47:37 +01:00
commit 48e867fd3c

View File

@ -1480,6 +1480,7 @@ See also [TeX](#tex)
* [Python for Informatics: Exploring Information](http://www.pythonlearn.com/book.php) (2.7.5)
* [Python for you and me](http://pymbook.readthedocs.org/en/latest/) (2.7.3)
* [Python for you and me](http://pymbook.readthedocs.org/en/py3/) (3.x)
* [Python Guide](http://docs.python-guide.org/en/latest/)
* [Python Idioms](http://safehammad.com/downloads/python-idioms-2014-01-16.pdf) (PDF)
* [Python in Hydrology](http://www.greenteapress.com/pythonhydro/pythonhydro.html) - Sat Kumar Tomer
* [Python Koans](https://github.com/gregmalcolm/python_koans) (2.7 or 3.x)