Activities: Week 11¶
- Before class Tuesday:
- Carefully review the section from the Classes chapter about planning class definitions and classes representing data. Try all the exercises in the chapter.
- Before class Thursday:
- Try out the Facebook Graph API Explorer. You should try at least a couple different requests in the explorer and explore the resulting data (try copying it into jsoneditoronline.org!).
- Read (TBD link) about API authentication, review API caching.
- Consider how you interpret the problem sets we write for you. Why are the steps separated the way they are? How do you explain the problems to yourself when you go to solve them?
- Before Sunday at 11:59 PM:
- Complete and submit your Problem Set 8 on Canvas, and save an answer to your Demonstrate Understanding for this week.
Problem Set¶
Download files on Canvas, edit per instructions in file, and submit edited problem set file to the Canvas assignment.
Remember that we do not grade files which do not run, so make sure that your file runs and shows test output before submitting it. Comment out any code that causes an error!