Community Data Science Workshops (Spring 2014)/Saturday May 3rd lecture: Difference between revisions

Content added Content deleted
imported>Mako
No edit summary
imported>Mako
No edit summary
Line 14: Line 14:
#** the ability to understand (i.e., parse) JSON data that APIs usually give us
#** the ability to understand (i.e., parse) JSON data that APIs usually give us
# Review material from last session
# Review material from last session
#* variables, different types
#* variables
#* printing
#* if statements
#* lists
#* lists
#* dictionaries
#* dictionaries
#* if statements
#* for loops
#* for loops
#* printing
#* modules
#* modules
#* example python program
# New programming concepts:
# New programming concepts:
#* urllib2 and urlopen
#* urllib2 and urlopen