This repository contains a curated collection of Python projects completed as part of my graduate coursework at the University of Denver. Each project demonstrates key programming principles, data analysis techniques, and software development best practices acquired throughout my academic studies.
This repository is being actively maintained and updated as I complete new projects throughout my program.
- Introduction
- Python Programming Projects
- Systems & Infrastructure Projects
- Cybersecurity Applications
- Technical Skills Demonstrated
- Key Learning Outcomes
- Featured Projects
- Professional Links
Hello my name is Allison Felsheim, a Cybersecurity professional currently pursuing a Master's degree in Cybersecurity at the University of Denver. I earned my Bachelor's degree in Cybersecurity from the University of Southern Maine in 2024 and currently serve as a Cybersecurity Engineer at ASRC Federal.
This repository represents my academic journey in developing advanced computer science and programming competencies through graduate-level coursework. Each project demonstrates the practical application of cybersecurity principles, programming methodologies, and analytical problem-solving skills that I am cultivating to enhance my professional expertise.
My goal is to bridge theoretical knowledge with real-world applications, showcasing technical proficiency and continuous learning to prospective employers and collaborators in the cybersecurity field.
This collection demonstrates progressive mastery of Python fundamentals through practical applications including data structures, algorithms, user interfaces, and real-world problem solving.
Projects Include:
- Pet Adoption Matching System: Interactive matching algorithm with data validation and financial calculations (Pet_Application.py)
- Function-Based Utilities Suite: A collection of beginner-to-intermediate Python functions demonstrating input handling, unit conversion, financial estimation, and modular design. Includes:
- BMI Calculator
- Time Conversion (seconds to hours/minutes/seconds)
- Unit Conversion (miles ↔ kilometers)
- Currency and Area Conversion (euros/square meters to USD/square feet)
- Road Trip Cost Estimator
- Home Insulation Cost Calculator
- Midpoint Finder (imported from bmi_calculator) View full implementation in functions.py