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
A collection of machine learning projects implementing classification, clustering, and association rule mining algorithms on real-world datasets.

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 using letter-frequency heuristics and regex filtering — averaging 3.79 guesses across 1,062 historical puzzles with 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.