Skip to content

A set of very simple step-by-step projects for learning python.

Notifications You must be signed in to change notification settings

Ozyman/LearnPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LearnPython

A set of very simple step-by-step projects for learning Python.

Introduction

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.

The Lessons

1 - hello-world.py

Introduces comments and the print() function.

2 - print.py

Introduces strings, characters and variables

3 - ask.py

Introduces the input() function and concatination of strings.

4 - ask2.py

Introduces the if statement.

5 - guess_color.py

Introduces the while statement

6 - spam.py

User defined functions

7 - birthday.py

User defined functions with arguments

tocome

  • Bugs and debugging
  • Introduce import and random.randint()

About

A set of very simple step-by-step projects for learning python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published