Skip to content

Instantly share code, notes, and snippets.

@darkpixel
Created February 25, 2015 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darkpixel/02accb7529ba20c09998 to your computer and use it in GitHub Desktop.
Save darkpixel/02accb7529ba20c09998 to your computer and use it in GitHub Desktop.
Fun with sample address data
self.address_list = [
'221B Baker St.//London/OH', # Sherlock Holmes
'1313 Mockingbird Lane//Mockingbird Heights/CA', # The Munsters
'0001 Cemetery Lane//Chicago/IL', # The Adams Family
'344 Clinton St./Apt 3B/Metropolis/NY', # Clark Kent
'112.5 Beacon St.//Boston/MA', # Cheers
'742 Evergreen Terrace//Springfield/OR', # The Simpsons
'42 Wallaby Way//Sydney/WA', # Clownfish (Finding Nemo)
'508 Saint Cloud Road//Bel Air/CA', # Fresh Prince
'Galactic Sector ZZ9/Plural Z Alpha/Earth/WA', # The Hitchhikers Guide to the Galaxy
'1640 Riverside Drive//Hill Valley/CA', # Doc Brown's Lab - Back to the Future
'711 Maple Street//Anytown/OR', # Garfield
'623 East 68th Street/Apt 4A/New York/NY', # Ricardo Family - I Love Lucy
'2630 Hegal Place/Apt. 42/Alexandria/VA', # Fox Mulder - X-Files
'3170 W. 53 Rdd/#35/Annapolis/MD', # Dana Scully - X-Files
'124 Conch Street//Bikini Bottom/FL', # Spongebob Square Pants
'123 Sesame St//Manhattan/NY', # Big Bird's Next - Sesame Street
'55 Central Park West/Apt 2206/New York/NY', # Dana Barrett - Ghostbusters
'1313 Webfoot Walk//Duckburg/CA', # Donald Duck
'420 Paper St//Wilmington/DE', # Tyler Durden - Fight Club
'301 Cobblestone Way//Bedrock/CA', # Fred Flintstone
'1630 Revello Drive//Sunnydale/CA', # Summers Residence - Buffy the Vampire Slayer
'1007 Mountain Drive//Gotham City/NY', # Wayne Manor - Batman
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment