asyncio-training icon indicating copy to clipboard operation
asyncio-training copied to clipboard

asyncio training of the Madrid's Python Local Meetup

asyncio training

These are examples shown on the asyncio's training of the Python Madrid meetup (June 2014)

Execute examples

First create a virtualenv with Python 3.4 (here with virtualenvwrapper) and install the dependencies:

$ mkvirtualenv --python=`which python3` asyncio
$ workon asyncio
$ pip install requirements.txt

Then, execute the scripts as usual:

$ python 01-hello-world.py