Fast Non-Standard Data Structures for Python
Practice typing the awkward characters in code.
debug = True timeout = 900000 workers = 1 worker_class = "sync"
Latency numbers every programmer should know
Line-by-line memory usage of a Python program...
A caching API built around the concept of a "dogpile lock", which allows continued access to an expiring data value while a single thread generates a new value.
"A collection of useful .gitignore templates" — useful :)
Insane! ;) RT @jtauber: Slides from my talk tonight: You Used Python For WHAT?!
If your Python application has users, you should be worried about security. This talk will cover advanced material, highlighting common mistakes. Topics will include hashing and salts, timing attacks, serialization, and much more. Expect eye opening demos, and an urge to go fix your code right away.