Skip to content

VidyaSource/starting-with-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vidya Tutorial: Starting with Data

Description

These are the files that accompany the Vidya video tutorial Starting with Data on accessing and visualizing data on the web.

Intended Audience

Beginners in software development who want to learn just enough to access data on the web and visualize it on their own websites or mobile device applications.

Instructions

First, see if you have Python installed on your machine by opening up a terminal and typing python. If you see a prompt that looks like >>> then you are set. Otherwise, download and install Python.

Once you have Python running, download the files and navigate to the top level in your terminal. Just type

python services.py

and navigate to http://127.0.0.1:5000/ in your browser. If you see "Everything is running!," then you're running the simple REST application described in the tutorial.

To see the map, navigate to http://127.0.0.1:5000/static/map.html. Note that the map will likely look different from the one in the tutorial because the high poverty projects managed by Donors Choose are changing all the time.

Follow along with the tutorial video, or play with the HTML, SVG, Python, or D3 code yourself in your favorite editor to see what happens.

Questions?

If you have questions, please check out the Vidya website or E-mail us.

Or you can find us pretty much everywhere:

We would even do Pintrest if we thought it would help.

About

These are the files that accompany the Vidya video tutorial Starting with Data on accessing and visualizing data on the web.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published