From f6955b0ba26830dd11d4821e45ac42b9507d6ef7 Mon Sep 17 00:00:00 2001 From: tusharsappal Date: Sat, 11 Oct 2014 22:40:03 +0530 Subject: [PATCH] Adding git guide and python for informatics pdf link in tutorials md file --- free-programming-interactive-tutorials-en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-interactive-tutorials-en.md b/free-programming-interactive-tutorials-en.md index f4192ae8..0bed011f 100644 --- a/free-programming-interactive-tutorials-en.md +++ b/free-programming-interactive-tutorials-en.md @@ -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 -- GitLab