In the following Computing lessons you will be developing your key skills in Python programming for your Computing GCSE
- Create a folder in your Sites folder called GCSE Computing and then make one inside that called Python Training
- From the Start menu select ALL PROGRAMS > ICT & BUSINESS > IDLE (Python GUI)
- For each new program created you have to start a new Python file by clicking File > New
- Save each program you make in your new Python Training folder
Complete the following tutorials in order...
LESSON 2: STARTER
- Open the IDLE (GUI) from the Start menu
- Go to File > New
- Create a program that will say "I am about to start lesson 2 of Python"
- Save and Run the program
LESSON 3: STARTER
- Open the IDLE (GUI) from the Start menu
- Go to File > New
- Create a program that will say "What is your name?", allow you to enter your name and show you a suitable reply.
- Save and Run the program
ONLY move onto Lesson 3 once Lesson 2 is complete....
LESSON 4:
- Open the IDLE (GUI) from the Start menu
- Go to File > New
LESSON 5:
- Open the IDLE (GUI) from the Start menu
- Go to File > New
LESSON 6:
- Open the IDLE (GUI) from the Start menu
- Go to File > New
LESSON 7 Example Controlled Assessment:
- Open the IDLE (GUI) from the Start menu
- Go to File > New