“Kenny Gorman provides advice on designing systems using MongoDB in order to avoid some of the pitfalls lurking along the way.”…
Tag Archives: slides
PyPy without the GIL
Deploy your Python app in 5 min with a PaaS
PyCon US 2013
“The largest annual gathering for the community using and developing the open-source Python programming language…”
Crypto 101
A Brief Intro to Profiling in Python
“A Brief Intro to Profiling in Python — Chasing the Fastest Possible Bulk Insert with SQLAlchemy
A short introduction to CPU profiling using the Python programming language (using cProfile and RunSnakeRun). To demonstrate profiling, a walkthrough is done using profiling tools while optimizing a bulk insert using the SQLAlchemy library…”
http://speakerdeck.com/rwarren/a-brief-intro-to-profiling-in-python
Cassandra at eBay
Fn.py: enjoy FP in Python
“Despite the fact that Python is not pure-functional programming language, it’s multi-paradigm PL and it gives you enough freedom to take credits from functional programming approach. There are theoretical and practical advantages to the functional style:
- Formal provability
- Modularity
- Composability
- Ease of debugging and testing
Fn.py library provides you with missing “batteries” to get maximum from functional approach even in mostly-imperative program…”
Super Sizing Youtube with Python
Google I/O 2011: Python@Google