I hope everyone enjoyed Session 3. Here are some important notes\updates:
- Session Video: https://vimeo.com/67156726 (Select HD Button for better quality)
- Slides: Download Python Workshop - Session 3
- Python Code: Download Session_3
- Next Session: June 11th 2PM Look for Calendar Invite:
- Extract the Data -- ZIP
- Import the Dat
- CSV
- JSON
- Parse Dates
- Use 3rd Party API
- Google Maps
- Homework Assignment
- Install tools
- Install easy_install a.k.a. Setuptools for Python 2.7 Win32
- Install pip using easy_install
- Install requests
- Modify the script from session_2 so that instead of printing the output to the screen it saves the output to a file
- Create our script from class
- Try downloading a different URL
- Try downloading a URL that doesn¹t exist
- Try saving to a different file name
- Read the Requests Quickstart
- Install tools
If you have any questions or have problems with the homework, please feel free to drop me an email. I¹d be happy to answer.
Comments