Skip to content

Instantly share code, notes, and snippets.

@ochawkeye
Created September 15, 2016 02:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ochawkeye/25d72529a89a5235aa457621fbe8433e to your computer and use it in GitHub Desktop.
Save ochawkeye/25d72529a89a5235aa457621fbe8433e to your computer and use it in GitHub Desktop.
import nflgame
games = nflgame.games(year=2016, kind='REG')
for game in games:
print game
"""
CAR (20) at DEN (21)
TB (31) at ATL (24)
BUF (7) at BAL (13)
CHI (14) at HOU (23)
GB (27) at JAC (23)
SD (27) at KC (33)
OAK (35) at NO (34)
CIN (23) at NYJ (22)
CLE (10) at PHI (29)
MIN (25) at TEN (16)
MIA (10) at SEA (12)
NYG (20) at DAL (19)
DET (39) at IND (35)
NE (23) at ARI (21)
PIT (38) at WAS (16)
LA (0) at SF (28)
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment