Skip to content

Instantly share code, notes, and snippets.

View bfirsh's full-sized avatar
🚀

Ben Firshman bfirsh

🚀
View GitHub Profile
@bfirsh
bfirsh / lightning.txt
Created October 6, 2011 22:41 — forked from pycodeconf/lightning.txt
PyCodeConf 2011 Lightning Talk Signup
I want to give a lightning talk about: Automatically testing your CSS (with Python)
I need the projector: yes
import datetime, time
from collections import defaultdict
events = []
# event = {
# 'uri':'uri'
# "title",
# "abstract"
# "start": 123678,
# "room",
# "difficulty":
from BeautifulSoup import BeautifulSoup
import datetime, time
from collections import defaultdict
import urllib2
talk_abstracts_url = 'http://www.europython.eu/talks/talk_abstracts/index.html'
events = []
# event = {
# 'uri':'uri'