Skip to main content
Hi this is not a pro python learning tutorial or anything which you looking for. Here I just post what I learn from Books, Ebooks, internet, github, stackoverflow...

Basically I learn from book "Learn python Hard way by ZED A.SHAW". I am really impress by that book, you should probably try that book. Follow every steps of that book and I can say that this will really help to learn any of programming language.

Well so let's get started to python. Python is amazing programming language which can solve almost any kind of real world programming problems. Python work with interpreter. I don't know is there any compiler work for python or not. note : here you should know what is compiler and interpreter.

Python is very easy programming language you can print line by just using
print "Hello friends"
here we are using python 2.7 Please be sure about python different version

to be continued...

Comments