This repo houses all the corresponding downloads for Python Programming for the Absolute Beginner. (This goes without saying, but all content housed here is for personal use only.)
Each folder corresponds to a chapter. In each of the chapters, I follow along with the exercises, and usually modify them. Those exercises are in their original folders. If I made significant modifications, I moved the programs over to the Exercises folder.
- Many exercise files in my repo have been modified, but not significantly.
- Significantly modified programs have been moved to the Exercises folder to make it easier for me to find what I built on my own.
🍕These apps will seem repetitive and at times non-sensical. I sometimes use this folder to see if I can code from scratch/memory which is why you'll often see multiple iterations of what looks like the same program.
This is a list of all exercise files as they appear in the book. Some of them have been modified.
- Chapter 1: Getting Started: The Game Over Program
- Chapter 2: Types, Variables, and Simple I/O
- Chapter 3 Branching, While Loops, and Program Planning
- Chapter 4 For Loops, Strings, and Tuples
- Chapter 5 Lists and Dictionaries
- Chapter 6 Functions
- Chapter 7 Files and Exceptions
- Chapter 8 Software Objects
- Chapter 9 Object-Oriented Programming
- Chapter 10 GUI Development
- Chapter 11 Graphics
- Chapter 12 Sound, Animation and Program Development