Introduction to Programming
What is Python, print(), comments, indentation basics.
Lesson 01 · Intro to Programming & Python — Level I · Guide
April 30, 2026 · Bridge Academy Python Program
Learning goals
- Understand what programming is and why we use Python. - Know how a Python interpreter reads your code line by line. - Run your first program using the print() function. - Write comments with # to leave notes in your code. - Recognize that indentation and spelling matter in Python.
This lesson covers PCEP-30-02 objectives 1.1 and 1.2.
Preview truncated — download the notebook to see the full lesson.