Skip to content

Python project to select teams for a March Madness bracket.

Notifications You must be signed in to change notification settings

alexisgo/MarchMadnessPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

March Madness Challenge (2017)

Python project to select teams for a March Madness bracket.

Background

Members of Hear Me Code (DC) and Code Like a Girl (Syracuse) are participating in a friendly competition to see who can programatically create the best March Madness bracket with python.

Project

init_team_data.py creates the CSV file used by build_bracekts.py. It builds up the list of teams, odds, win and loss history from a CBS sports website.

build_brackets.py is what generates predictions (currently only for the first round). Currently, it generates them simply by choosing the team with greater wins.

About

Python project to select teams for a March Madness bracket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages