Links for April 23
Beautiful Soup
Electoral Explorer
NYC Parking Tickets
Atlas
Google Spreadsheet to Map Wizard
Assignments for April 23
Python: Using IDLE (so you can save the running output to a file), do the following:
Assign your last name to a variable and have it print it.
Using a for loop, print out the letters in your last name from that variable.
Build a list (they use []) of five items, saving it to a variable. Then [...]