Programming with Python for Data Science Microsoft By Authman Apatira
If you haven't already, join the course!
- Download and install the Anaconda 4.2.0 Graphical Installer for your operating system (Linux, OS/X, or Windows).
- Be sure to select the installer for Python version 2.7.
- Execute the following pip commands on your terminal / command line: sudo pip install BeautifulSoup4 sudo pip install html5lib==1.0b8 sudo pip install plyfile
Your anaconda installer comes pre-loaded with the following packages:
- matplotlib
- numpy
- scipy
- pandas
- scikit-learn
- spyder