Learn Python
What is python, what can python do, how should we start to learn it, HERE you will know some useful information
Python Interpreter Installation and Others Intergrated Development Environments
Except the official Python IDLE, we can use a lot of IDEs to make our work more efficent
The same with others programming language, there are a lot of variables in Python, but what is variables, how can we use it, then visit HERE
In actual world, we may face a lot of choice, and we have to choose one, but when we need to choose one particular thing in Python, how can we do, visit HERE
When we need to do one same thing all the time, we will choose the Loop except do it over and over again by our own
HERE we have the first exercise section, where we can apply what we have learnt to some actual question
If we need to deal with a lot of things that are similar, we can use Function
More tutorials will be available later.