I developed this project to teach Python to Elementary students (ages 8-10). Each python program introduces one or two topics at a time, and gives the student a chance to experiment with the ideas before moving on to the next program.
Introduces comments and the print()
function.
Introduces strings, characters and variables
Introduces the input()
function and concatination of strings.
Introduces the if
statement.
Introduces the while
statement
User defined functions
User defined functions with arguments
- Bugs and debugging
- Introduce
import
andrandom.randint()