Fantasy Football for Hackers walks through the process of scraping Fantasy Football projections, calculating player and team points given custom league rules, and then simulating league dynamics to develop baseline subtracted projections.
- points.py - Lays out how to calculate the expected player and team points given projections.
- scrape-projections.py - Defines methods for scraping weekly projections from FantasySharks.com.
- simulation.py - Develops abstractions for players, teams, and leagues that can be used in simulations to generate baselines for players.