Activities: Week 9¶
- Before class Tuesday:
- Read the REST APIs chapter carefully and try out code on your computer.
- This chapter will address file formats and structured / nested data as well as REST APIs, which we’ll discuss even more in class.
- Before class Thursday:
- Read the chapter on Complex APIs and Caching Data
- Before Sunday at 11:59 PM:
- Complete all of Problem Set 6 and the Demonstrate Your Understanding assignment for this week.
Problem Set¶
Note especially for this problem set, since you’re getting real live data, we cannot test everything. You’ll have to both look at our tests and instructions and examine your output to ensure that you have reasonable results. We will look at your results and output when we grade the problem set. We do not grade problem sets that do not run. Make sure you have no syntax errors!
The FAA (Federal Aviation Administration) has put out a REST API for accessing current information about US airports. You’ll be using it in problems 3-10 of your problem set this week!