项目作者: gaurprabhakar94

项目描述 :
Python for Data Science
高级语言: Python
项目地址: git://github.com/gaurprabhakar94/Dat210x.git
创建时间: 2017-07-31T11:41:16Z
项目社区:https://github.com/gaurprabhakar94/Dat210x

开源协议:MIT License

下载


DAT210x

Programming with Python for Data Science Microsoft
By Authman Apatira
edX

Current Offering

If you haven’t already, join the course!

Getting Started

  • 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:

    1. sudo pip install BeautifulSoup4
    2. sudo pip install html5lib==1.0b8
    3. sudo pip install plyfile

    If you are on Windows (instead of Linux / Mac), you will not be able to run the sudo command. Try running these instead:

    1. python -m pip install --upgrade pip
    2. python -m pip install BeautifulSoup4
    3. python -m pip install html5lib==1.0b8
    4. python -m pip install plyfile

Your anaconda installer comes pre-loaded with the following packages:

  • matplotlib
  • numpy
  • scipy
  • pandas
  • scikit-learn
  • spyder