Skip to content

Instantly share code, notes, and snippets.

@csessig86
Created March 2, 2012 17:10
Show Gist options
  • Save csessig86/1959704 to your computer and use it in GitHub Desktop.
Save csessig86/1959704 to your computer and use it in GitHub Desktop.
Timeline.py part 5
# Extract that information in strings
date2 = str(date)
link2 = str(link)
headline2 = str(headline)
image2 = str(image)
description2 = str(description)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment