Python Level 1 Course Material

These slides and the video capture the key ideas that are covered in the class. These are designed to be self-contained. We strongly recommend that parents and students review these slides/video and try out the small code snippets before and while attempting the independent activity for the class.

Submit your projects here


Class 1 – Introduction

Class Material and Notes

Class Notes

Independent Activity

Create Replit Account

Set up your account at replit.com
Create a REPL (Python)
Get on to the workspace

Important Info Related to REPLIT platform changes (since Aug 2024)

Single REPL to create multiple projects.
Understanding and Managing REPLIT Development Minutes.
Suggestions for students who created accounts before Aug 2024
Uploading .py files to REPLs

REPLIT platform changes (since Sep 2025)

How to create Python projects on REPLIT

VS Code with Python Extension for Projects
How can I use VSCode with Python Extension?


Class 2 – Fun with print

Class Material and Notes

Class Notes , Class Project
Class Project (.py)

Introduction to Python

  • print() and input() functions
  • Escape Characters

Independent Activity

Activity and Marking Criteria
Bonus Ideas

Create a REPL (python) which asks user’s name, greets him/her, writes the greeting in at least one imaginative manner and also creates a letter art. 

Leaderboard


Class 3 – Missing Operators


Class 4 – Number Hunt


Class 5 – Prof’s Grumpy Assistant

Class Material and Notes

Class Notes
Class Project

Key Learning Objectives

  1. if … else
  2. if … elif … else
  3. string operations

Independent Activity

Activity and Marking Criteria
Bonus Ideas

Create a REPL (python) which acts like the Grumpy prof’s assistant, similar to the class project, but with creative elements added by the students.

Leaderboard

Project Showcase


Class 6 – Midterm Revision and Quiz.

Class Material (Live Quiz)

Key Learning Objectives

  1. Revise the concepts covered so far with an interactive quiz.  
  2. Provide students a chance to consolidate their learning and build an independent project of their choice.

Class 7 – Paint with Turtle


Class 8 – Pixel Art with Turtle


Class 9 – Shopping Cart Part 1


Class 10 – Shopping Cart Part 2


Class 11 Quiz


Class 12 Project Showcase