This section presents four progressively complex Python applications to enhance your skills in design and coding.
To get started, you will need a Python editor like PyCharm or VS Code. Each assignment includes an instruction sheet and the source code solution.
These applications provide a guided pathway to creating functional Python projects. However, the ultimate goal is to inspire you to envision and design applications of your own.
- Use the provided examples as a foundation to add your unique features or topics.
- Experiment with new ideas to create entirely custom applications.
The best way to master programming is to write the code yourself, avoid copying and pasting.
- Use the provided source code as a reference to retype the programs.
- As you code, you will improve your ability to read, understand, and debug.
- Python Source Code
- Videos:
- Python Source Code App
- Videos:
This menu-driven application acts as a personal journal app, which allows a user to save and retrieve text and other notes from a file.
- Python Source Code App
- Videos:
- Python Source Code App
- Videos:
This repository is licensed under CC by Clinton Garwood and MIT License. All other content is © 2025.