Skip to content

Python Resources

Jaehyuk Choi edited this page Feb 11, 2020 · 2 revisions

Why Python?

Python Installation

  • Please install Anaconda Python distribution (3.X version, __2.X version). Anaconda distribution is core Python + useful scientific computation libraries (e.g., numpy, scipy, pandas) + package management system (pip or conda)

Python Tutorials

Python Packages

  • Anaconda: Python distribution for scientific computing with conda environment management tool

  • NumPy: the numerical/mathematical computation package

  • Scikit-Learn: a popular machine learning package for python

  • Pandas: Python Data Analysis Library

Python Editor

Clone this wiki locally