
Worked Example: JSON
Worked Example: JSON
28 Sep 20165min

13.5 Service Oriented Approach (SOA)
We talk briefly about how applications can be built over time to depend on services provide other applications.
28 Sep 20162min

13.6 Using Application Programming Interfaces
We explore using a Google API that can be used to query location data and parse the JSON that is returned.
28 Sep 20167min

Worked Example: GeoJSON
Worked Example: We access a Google Geocoding API using Python.
28 Sep 20167min

13.7 Securing API Requests
We explore the use of OAuth to communicate sign requests to establish identity when using the Twitter API.
28 Sep 201610min

Worked Example: Twitter and OAuth
Worked Example: Twitter and OAuth
28 Sep 201619min

14.1 Object Oriented Definitions and Terminology
We look at how Python mentions objects in its documentation as well as talk about why philosophy of object-oriented programming. We explore some OOP terms like class, object, instance, method, and at...
28 Sep 201610min

14.2 Our First Class and Object
We look at how use create a new class in Python and then construct a new object from that class. We also look at some of the Python objects (like strings) that we have been using all along.
28 Sep 20168min



















