A collection of Python scripts I'm writing while learning — mixing my own practice code with exercises from the Codedex Python course.
This repo is basically my Python learning log. It has two kinds of content:
- My own scripts — small programs I write to practice concepts or just mess around with ideas
- Codedex exercises — code from the Codedex Python course, organized by lesson/module
I'm using this to track progress, revisit old concepts, and have a public record of the basics before moving into more advanced projects.
codedex/— exercises and mini-projects from the Codedex course, one folder per module/lessonpractice/— my own standalone scripts written for extra practice
Structure is a work in progress and will get reorganized as the repo grows.
Each script is standalone. Clone the repo and run any file with:
python filename.pyNo external dependencies unless noted at the top of a specific script.
I'm building this alongside my CS coursework and other projects as a way to keep my Python fundamentals sharp. If you're also learning through Codedex, feel free to poke around for reference — just note this is learning code, not production code!
Feel free to check out my other projects on GitHub.