Ben Bangert

Number of videos:
3
Distributed Coordination with Python

Processes in a cluster can require controlled access to shared resources, tracking available processes, and sharing state. Unfortunately most tools in this category are oriented around Java. In this talk I cover how to use Python to interact with Apache Zookeeper -- a fault-tolerant consistent data-store -- to write coordinated distributed fault-tolerant applications in Python.

Event: PyCon US 2013
Speakers: Ben Bangert
Recorded: March 17, 2013
Language: English
Last updated: May 26, 2013
Dispatch Magic

One of the most common tasks in modern web frameworks is to ease the task of writing bits of code that are then called by the framework. Handling this task is the first major undertaking of any web framework, and the part that most web frameworks have in common.

How do frameworks locate this code? What basic patterns apply to all frameworks? How does this make me be a better web programmer?

Event: PyCon US 2013
Speakers: Ben Bangert
Recorded: March 16, 2013
Language: English
Last updated: March 20, 2013
Event: PyCon US 2011
Speakers: Ben Bangert, Chris McDonough, Mark Ramm
Recorded: March 11, 2011
Language: English
Last updated: January 29, 2013