/Cryptocurrencies-and-Python

Analyzing Cryptocurrencies with Python Online Seminar

Primary LanguageJupyter Notebook

Python and Cryptocurrencies

Setting up Dev Environment

  1. Download the Python data science packages via Anaconda

  2. Create a virtual environment for your projects

conda create --name cryptocurrency-analysis python=3

  1. Start you virtual environment source activate cryptocurrency-analysis

  2. Install of your dependencies conda install numpy pandas nb_conda jupyter plotly quandl

  3. Start the notebook by running jupyter notebook in the command line

Much of the code was inpired by this blogpost https://blog.patricktriest.com/analyzing-cryptocurrencies-python/