CodeSutra Course
CodeSutra Foundations
Learn to command the computer with code.
Level 1Level 2Level 3Back to Levels
Selected Lesson

Setup, First Program, and Input

Install tools, run Python, and write your first program.
Lesson Board Preview
Problem: Hello, Python
print('Hello, world!')
input('Your name: ')
Run your first program and read input.
Source asset: generated from CodeSutra curriculum
What This Lesson Builds

Write clean Python code from scratch and build confidence through guided practice.

Install Python
Open the editor
print()
input()
Lesson Meta
Duration: 45 min
Assessment: 80% quiz score + 2 project reviews
Prerequisites: None
Milestone Project
Build text-based adventure games and math calculators.
Calculator, expense tracker, guessing game, and todo CLI