Week 0 - Python Introduction

Getting started with Python: syntax, REPL, and basic types.

Python Intro

Learn basic Python syntax, variables, and data types. Practice in the REPL and write short scripts.

print("Hello, Python!")