Portfolio

Jane Lacap’s Website
JaneLacap.com is your space to live a blessed life now—offering faith-based planners, devotionals, eBooks, lead magnets and digital tools to help you grow closer to God, stay organized with purpose, and build the life and brand you’re called to create.
Click the thumbnail for more info!

Data Analysis on Vehicle Safety
This was my final project in my Data Science Programming course. This project investigated vehicle safety data from NHTSA in 2024. Data Science questions were asked and plotted in determining which cars in 2011-2024 are the safest for consumers.
Methodology and Tools
- Pandas: To create dataframes.
- Numpy: To help clean data frames.
- Matplotlib: To plot the data frames.
- Seaborn: To integrate with Matplotlib.
- Excel: To check data before converting to a data frame.
- Regex: To filter data in the data frames.
Click the thumbnail for more info!

Coffee Themed 2D Shooting Game
A 2D shooting game I made during my winter break from college. I wanted to keep my Python skills sharp, so I decided to make a game based on a theme I love, which is coffee.
Methodology and Tools
- Pygame: Module in Python to make 2D games.
- Time: Module in Python used for game timing.
- Random: Module in Python to allow randomization of enemy spawn points.
- DALL’E: For game visual assets.
Click the thumbnail for more info!