1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-04 07:10:49 +00:00

Merge pull request #1152 from tusharsappal/master

Removing the git link and adding python link in ebooks.md
This commit is contained in:
victor felder 2014-10-11 15:02:26 -04:00
commit 993f458f54
2 changed files with 3 additions and 0 deletions

View File

@ -1494,6 +1494,7 @@ See also [TeX](#tex)
* [Welcome to Problem Solving with Algorithms and Data Structures](http://interactivepython.org/runestone/static/pythonds/index.html) - Brad Miller and David Ranum
* [Wikibooks: Python Programming](http://en.wikibooks.org/wiki/Python_Programming) (2.7)
* [CodeCademy Python](http://www.codecademy.com/tracks/python)
* [Pyhthon for Informatics](http://www.pythonlearn.com/book_007.pdf)
#### Django

View File

@ -34,6 +34,7 @@
* [Try Git](http://try.github.io)
### Go
* [Go Koans](https://github.com/cdarwin/go-koans)
* [The Go Tutorial](http://golang.org/doc/go_tutorial.html)
@ -99,6 +100,7 @@
* [Python Koans](https://github.com/gregmalcolm/python_koans)
### R
* [Try R](http://tryr.codeschool.com)