Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/igalarzab/pycones2013

Slides and examples of my talk at PyCON Spain 2013
https://github.com/igalarzab/pycones2013

Last synced: 3 months ago
JSON representation

Slides and examples of my talk at PyCON Spain 2013

Awesome Lists containing this project

README

        

Tulip or not Tulip
==================

This repository contains info and examples about a talk I gave in the
[PyCON ES 2013](http://2013.es.pycon.org/), the national python conference at Spain.

The talk was about *asyncio* (aka *tulip*) the new async I/O library promoted in Python 3.4

* [Slides](https://speakerdeck.com/igalarzab/tulip-or-not-tulip)
* [Video (Spanish)](http://www.youtube.com/watch?v=BlOSvIVSe_w)

Examples
--------

Examples are inside the ``examples`` directory of this repo.

```sh
$ mkvirtualenv --python=/usr/local/bin/python3 tulip
$ pip install -r requirements.txt
```

To run the examples just execute them as usual.

```sh
$ cd examples
$ ./007-future.py
```

Author
------

[Jose Ignacio Galarza (igalarzab)](http://twitter.com/igalarzab)