This repository is part of my computer science and engineering learning portfolio.
It includes Python programs I created while exploring different areas of coding, problem solving, and application development. These projects range from GUI development to web scraping, data manipulation, and automation.
- Pizza Ordering System: A GUI-based application using Tkinter that allows users to build a pizza order, calculate cost, and generate a receipt.
- Data Analysis Utilities: Scripts and notebooks that analyze datasets with NumPy and Pandas, produce plots with Matplotlib, and automate tasks using Python.
- Python
- Libraries: Tkinter, Flask (for web prototypes), Pandas, NumPy, Matplotlib
- IDE/Editor: VS Code, Jupyter Notebooks, Replit
- Version Control: Git & GitHub
Through these projects I strengthened my ability to:
- Translate real-world ideas into functional Python applications
- Use libraries and frameworks to speed up development and handle data effectively
- Create user interfaces and work with GUI libraries
- Analyze datasets, visualize results, and draw insights
- Write clean, maintainable code with a focus on readability and structure
Feel free to explore each project folder or notebook in this repo to see detailed code, documentation, and results. I continue to expand this repository as I grow my python skills and build new projects