Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

igalarzab/asyncio-training

Repository files navigation

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

About

asyncio training of the Madrid's Python Local Meetup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages