1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-09-27 11:59:01 +00:00

Adding git guide and python for informatics pdf link in tutorials md file

This commit is contained in:
tusharsappal 2014-10-11 22:40:03 +05:30
parent abf946f7ca
commit f6955b0ba2

View File

@ -32,6 +32,7 @@
* [Githug](https://github.com/Gazler/githug) (Tutorial in shell)
* [Learn Git Branching](http://pcottle.github.io/learnGitBranching/)
* [Try Git](http://try.github.io)
* [Git-just a simple guide for getting started with git.no deep shit](http://rogerdudler.github.io/git-guide/)
### Go
@ -97,6 +98,7 @@
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
* [Learn Python](http://www.learnpython.org/)
* [Python Koans](https://github.com/gregmalcolm/python_koans)
* [Pyhthon for Informatics](http://www.pythonlearn.com/book_007.pdf)
### R