This contains learning Exercises of "Learn Python the hard way" of the book
WebSite Link : https://learnpythonthehardway.org/book/
I am learning this from the book free copy. I hope it can help and inspire other programmers to learn more.
To learn this language approach is quite simple.
- Go through Exercise.
- Try to type the exercise (Do not use copy paste)
- Run the program.
- Add Proper Comments.
Just to let everybody know I am using Python below version. When you type python on $ prompt it gives you details. All the exercise or source code is compatible/tested on this python version.
$python
[GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.28)] on darwin Type "help", "copyright", "credits" or "license" for more information.