Day 1 - Introduction to Python / Starting with Python
day_1.md
Beginner Python course
Start by reading the lessons in the browser. When a learner wants to experiment, each page opens a matching notebook in Google Colab.
name = "learner"
print(f"Hello, {name}!")
# Change the value and run it again.
Read the lesson page first.
Open the notebook in Colab.
Run one cell at a time and change small values.
Do not use Run all yet. Some lessons intentionally show Python errors so learners can see what those errors look like.
day_1.md
day_2.md
day_3.md
day_4.md
day_5.md
day_6.md
day_7.md
floats.md
finally.md
multi_inheritance.md
type_hinting.md