/nba-figures

various .py objects for handling and presenting player, team and season data

Primary LanguagePythonMIT LicenseMIT

nba-figures

Files in this repo create multiple .py classes to access NBA data from the nba_api module. In prerelease right now, but planning on publishing as a python package.

Files in this repository

nba_player.py - contains NBAPlayer() object

nba_team.py - contains NBATeam() object

nba_season.py - contains NBASeason() object

nba_methods.py - contains various methods to support NBA-related objects I have built in other files