Python Crash Course
Master the basics with these chapter-by-chapter exercises. From variables to functions, build your Python foundation here.
Chapter 1
Variables & Simple Data Types. Learn how to store data, use strings, and manipulate numbers in Python.
Chapter 2
Introducing Lists. Understand how to create lists, access elements, and modify your data collections.
Chapter 3
Working With Lists. Dive deeper with looping, slicing, and working with numerical lists using loops.
Chapter 4
If Statements. Learn to write conditional tests to check the state of your data and control flow.
Chapter 5
Dictionaries. Understand Key-Value pairs to store connections between pieces of information.
Chapter 6
User Input & While Loops. Allow users to enter data and keep your programs running as long as needed.
Chapter 7
Functions. Write reusable blocks of code that perform specific tasks to modularize your programs.
More Chapters In Progress
I am currently adding notes for Classes, Files, and Exceptions. Stay tuned!