TIME 2 CODE
from Craig ‘n’ Dave
The complete solution for students aged 13-16 learning programming in preparation for Computer Science examinations.
Inputs, outputs and structure
An introduction to inputs, outputs and structured programs.
Condition controlled iterations
An introduction to condition-controlled iterations using while loops.
Number operations and libraries
A mathematical masterclass in Python, and some more advanced string formatting.
One-dimension arrays and lists
Learn how to use the structured list data type in your programs.
Count controlled iterations and scope
An introduction to count-controlled iterations using for loops.
Files and exceptions
Become fluent with files and achieve exception handling excellence.