December 2012
Beginner
344 pages
7h 7m
English

Now that you have Python installed and know how to start the Python shell, you’re ready to do something with it. We’ll begin with some simple calculations and then move on to variables. Variables are a way of storing things in a computer program, and they can help you write useful programs.
Normally, when asked to find the product of two numbers like 8 × 3.57, you would use a calculator or a pencil and paper. Well, how about using the Python shell to perform your calculation? Let’s try it.
Start the Python shell by double-clicking the IDLE icon on your desktop or, if you’re using Ubuntu, by clicking ...
Read now
Unlock full access