Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ It's expensive to try to define the behavior of each of many software applicatio
It's much cheaper, and more flexible, to define the interfaces between them: the APIs. Messaging is an API that can be stretched across a network.

`pyzmq <https://github.com/zeromq/pyzmq>`_ provides python bindings for ØMQ and allows you to leverage ØMQ in python applications.
I have been using `pyzmq-static <https://bitbucket.org/brandon/pyzmq-static>`_ with virtualenv as it neatly provides isolated sandbox for my learning.

This tutorial is my journey into ØMQ programming with python. Hopefully, it will help you too.

Expand Down
2 changes: 1 addition & 1 deletion source/pyzmq/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installation

It is better to install it using virtualenv/virtualenwrapper::

pip install pyzmq-static
pip install pyzmq


ØMQ Version
Expand Down