Topic overview
Learn the foundations of Python Programming.
Python makes core programming ideas visible with relatively little syntax. Useful practice moves from expressions and collections into functions, files, errors, and small complete programs.
Learning outcomes for Python Programming
-
1
Work confidently with Python values and collections
-
2
Organize logic into functions and modules
-
3
Read files and handle expected errors
-
4
Write readable code with simple automated checks