-
Notifications
You must be signed in to change notification settings - Fork 90
Python Resources
Jaehyuk Choi edited this page Feb 11, 2020
·
2 revisions
- 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)
-
YouTube tutorial and cheat sheet by Derek Banas
-
Python introduction in Quantitative Economics by Thomas Sargent
-
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
-
Jupyter Notebook: Enough for lectures and presentation (running in browser)
-
Spyder: Included in Anaconda
-
PyCharm (student account): Professional editor for programming