Objective
Will introduce the audience to ZeroMQ and how Python integrates with ZeroMQ. It would also cover python wrappers around simple to intermediate messaging patterns associated with ZeroMQ.
Description
ZeroMQ is an excellent and simple message queue to solve specific use cases for distributed operations. Python has an excellent API to interact with ZeroMQ. Combining them gives us a powerful set of tools to create beautiful distributed applications. The talk would cover basic integration patterns and some intermediate stories as well. This would be demonstrated by a framework explaining what the tool set is capable off.
Requirements
- Basic understanding of Python programming
- Basic understanding of Messaging
Speaker bio
I am a Python Developer and Tech Lead at Zeomega, Bangalore. I have been in the industry for around 8 years now with extensive experience in Python and Java technologies. I have conducted a Python workshop representing FSMK ( Free Software Movement Karnataka ) at PA College of Engineering Mangalore . I had given an introductory talk on Django during pycon 2009.
1
▼
Chandra shekar,
Can you please add more description and bio information so it easier for panel to understand. Please add information about your past talk/presentation (if any).
1
▼
I have updated the profile. Thanks.
1
▼
Is this going to be more like a tutorial or will you be sharing your experiences of using zeromq with Python?