under programming language and compilers

A new course is added learn python the hard way.That’s a free and
really good course.I had myself learnt python from here
This commit is contained in:
Akshit Jain 2015-01-04 22:31:29 +05:30
parent d075f694d5
commit 07da47158a

View File

@ -121,7 +121,7 @@ Courses
- [Github Page](http://iloveponies.github.io/120-hour-epic-sax-marathon/index.html)
- [Online](http://learnpythonthehardway.org/) **Learn Python The Hard Way** *OnlineFreeBook by Zed Shaw*
- This is an online book/course available for beginners in programming.This is really a great website to start with programming as well as to learn python2.The title says it is the hard way to learn to write code but its actually not. Its the “hard” way only in that its the way people used to teach things. In this book you will do something incredibly simple that all programmers actually do to learn a language.
- [Exercises](http://learnpythonthehardway.org/book/)Go through each exercise.
- [Exercises](http://learnpythonthehardway.org/book/):Go through each exercise.
- Type in each sample exactly.
- Make it run.