This repository contains a collection of code/notes demonstrating core language concepts and basic scripting techniques. These labs were completed as part of both coursework and personal study. They have been organized by concept for clarity.
This repository focuses on:
- Writing readable, well-structured Python code
- Understanding core language features such as conditionals, loops, functions, and data structures
- Using standard library modules and basic file/OS interactions
These examples are intentionally simple and are meant to demonstrate a foundational understanding of Python rather than advanced or production-level tooling.