8000 GitHub - scoin/market-data
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

scoin/market-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Byte Academy Workshop 3 - Plotting Stock Data

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

Resources

Python SQLite3 Documentation
Cron
Windows Task Scheduler
Requests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0