Projects
Projects tagged with "Python"

Options Backtesting Engine
A solo-built options backtester with hand-rolled Black-Scholes pricing and Greeks, multi-leg spread strategies, and a quant-validation layer (walk-forward, bootstrap, bias controls) tested across a 25-ticker universe over 10+ years of data. A research tool, not live trading.

Data Science Portfolio
Machine learning projects carrying real datasets through the full pipeline, covering classification, clustering, and association rule mining with model evaluation.

Dual Heuristics Scheduling
Research on the NP-hard personnel tour scheduling problem, pairing two heuristics (one for which staff to assign, one for when) so planners can tune priorities without recomputing the whole schedule.

Wordle Solver
A Python CLI that solves NYT Wordle with letter-frequency heuristics and regex filtering. Averages 3.79 guesses across 1,062 historical puzzles at a 97.9% win rate.

PPALMS
Led a 4-student team building a system that generates Parsons problems (students reorder pre-written code instead of writing it) for upload to learning management systems.