Week 1 subject 1: Installing Python
- www.python.org is where you find all resources.
- Download the latest version
- Run installer
- Be sure to tick 'Add Path'
- Run IDLE
Week 1 subject 2: Save you program
- IDLE -> 'File' -> 'New'
- Write your code
- 'File' -> 'Save'
- Save to the Shared OneDrive -> 'Classes' (or your local drive)
- 'Run' -> 'Run Module'
Week 1 subject 3: Draw with Turtle
- 'from turtle import *' at the beginning of program,
- fd() / forward(),
- bk() / backward(),
- lt() / left(),
- rt() / right(),
- pu() / penup(),
- pd() / pendown(),
- pencolor()
No comments:
Post a Comment