https://chendaniely-teaching.github.io/2019-03-07-python/
View the Project on GitHub chendaniely-teaching/2019-03-07-python
Anaconda, an all-in-one installer, is recommended.
Regardless of how you choose to install it, please make sure you install Python version 3.x (e.g., 3.7 is fine).
When using the IPython notebook, a programming environment that runs in a web browser, you will need a reasonably up-to-date browser. The current versions of the Chrome, Safari and Firefox browsers are all supported (some older browsers, including Internet Explorer version 9 and below, are not).
To install the packages needed for the class you can follow the instructions below:
If you are just following along with the class, you may only need to run the following command:
conda install -c conda-forge feather-format
If you’re following along with the book, you might want to install everything else that is needed.
conda install -c conda-forge feather-format wget
pip install lifelines pandas-datareader
If you installed minicond, instead of anaconda, you would need to run the following commands to make sure you have everything.
conda install xlwt openpyxl seaborn statsmodels scikit-learn regex odo numba
conda install -c conda-forge feather-format wget
pip install lifelines pandas-datareader