Some of my projects.
- Los Angeles Collisions from 2013-2018
A project that examined traffic collisions in the Los Angeles area. Mapped areas with the largest amount of collisions and created other interesting visualizations regarding the data.Collisions from 2018 visualized.
Tech Used: Python, Matplotlib, Plotly, Pandas
- Sudoku Solver
A Sudoku puzzle solver using backtracking with the GUI written using PyGame.
Tech Used: Python, PyGame