Welcome to Byte Academy! Thank you for joining us for this special workshop event.
If you would like to see the readme and code for just the first workshop, switch to branch "workshop-1"
Let's get started, shall we?
First, pull this repo. We are using the database file that is included.
git clone https://github.com/scoin/market-data.git
You will need to do the following to get set up for this workshop:
On Ubuntu:
sudo apt-get install python-pip
sudo pip install matplotlib
sudo pip install numpy
On Mac:
Pip / Pip3 is automatically installed if you installed Python / Python3 with Homebrew. If you do not have Homebrew, install pip using:< 5D80 /p>
sudo easy_install pip
pip install matplotlib
pip install numpy
On Windows:
Install Python3.4 here
Install SQLite3 here
Run this:
pip install requests
We're also going to need MatPlotLib for making graphs today.
pip install matplotlib
Python SQLite3 Documentation
Cron
Windows Task Scheduler
Requests