Python 201 - All Lessons
A deeper look at Python for intermediate or advanced coders in upper middle or high school with a focus on real-world computing problems.
- GRADES 8+
- ADVANCED
- WEB
1
Welcome to Python
Get introduced to Python. Learn Python syntax, display output, and write correct programs.
3
Data Types
Get introduced to Python data types such as strings, numbers, and booleans.
4
Math Operators
Learn to use math operators such as addition, multiplication, division.
6
Turtle Graphics
Use the turtle library to draw shapes. Create graphics and animations.
7
Branching
Learn to use conditions in if, elif, and else statements to control the flow.
13
Dictionaries
Use Python dictionaries to store a collection of values accessible by name.
14
Classes and Objects
Learn to define and organize collections of functions and data as objects and classes.