Skip to content

Instantly share code, notes, and snippets.

View evildmp's full-sized avatar

Daniele Procida evildmp

  • Canonical
  • Cardiff, Wales
View GitHub Profile

Subject: Your DjangoCon Workshop proposal

Hello ,

Firstly, I would like to apologise for how long we took to get back to you. We received so many workshop proposals that the scheduling took longer than we expected

We'd love to run your workshop at the conference, and we have been able to give you a slot for it.

Can you send us a black and white photograph for the website please?

f = open(...)
try:
json.loads(f.read())
except ValueError:
print "Invalid JSON"
raise
finally:
f.close()
@evildmp
evildmp / readme.rst
Last active September 5, 2016 18:26 — forked from FinalAngel/readme.rst