Skip to content

powershellfish/python_programming_3e

Repository files navigation

Python Programming for the Absolute Beginner: 3rd Edition

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.)

Folder Structure

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.

Modified Exercise Files

  • 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.

Exercise Files by Chapter

This is a list of all exercise files as they appear in the book. Some of them have been modified.

  1. Chapter 1: Getting Started: The Game Over Program
  2. Chapter 2: Types, Variables, and Simple I/O
  3. Chapter 3 Branching, While Loops, and Program Planning
  4. Chapter 4 For Loops, Strings, and Tuples
  5. Chapter 5 Lists and Dictionaries
  6. Chapter 6 Functions
  7. Chapter 7 Files and Exceptions
  8. Chapter 8 Software Objects
  9. Chapter 9 Object-Oriented Programming
  10. Chapter 10 GUI Development
  11. Chapter 11 Graphics
  12. Chapter 12 Sound, Animation and Program Development

About

Course content for the Python Programming book.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published