Skip to content

SportsDataDirect/python_tutorials

Repository files navigation

Installation

If you're unfamiliar with python, we recommend you use Anaconda's Python distribution. All examples are tested with python 3.6.1.

  1. Install Python 3.6.1 We recommend Anaconda's distribution
  2. Download and install Git -- use the default values
  3. Open "Git Bash"
  4. conda install pandas jupyter matplotlib seaborn scikit-learn -- if you use python regularly create a condenv or virutal env.
  5. pip install sdd_api
  6. git clone https://github.com/SportsDataDirect/python_tutorials/
  7. cd python_tutorials
  8. Rename credentials.py.template to credentials.py and fill with:
  9. Run jupyter notebook and start exploring!

Releases

No releases published

Packages

No packages published