Showing posts with label Python. Show all posts
Showing posts with label Python. Show all posts

Tuesday, 31 August 2010

Python - Simple Math in Python

In python you can do simple math tasks, like 1+1 or 10/2, to test these out open up the IDLE and type:

>>>2+1
3

Python - Installing Python

"Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs." - http://www.python.org/