These are examples shown on the asyncio's training of the Python Madrid meetup (June 2014)
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