Python is the language we're learning to program in.
You can program with Python in 2 ways:
You can access Python directly through the Python shell.
At school, try: Start -> Programs -> Programming -> IDLE PYTHON GUI 3
The Python shell works well if you are writing short code. It becomes a bit clunky if you are writing anything longer than a few lines.
You still need to start IDLE, so try 'File -> New' from within IDLE PYTHON GUI 3 (when you are at school)
The Python language also comes with IDLE, an IDE.
IDE stands for integrated development environment. IDE's allow the programmer to write, run, test and manage their code.
IDLE stands for Integrated Development and Learning Environment. It is a program that comes with the Python language, and is easy for beginners to use.
At school, you have to do Start -> Programs -> Programming -> IDLE PYTHON GUI 3 THEN 'File -> New' to start IDLE.
At home, after Python is installed, SEARCH for IDLE.