Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/igalarzab/pycones2013
- Owner: igalarzab
- Created: 2013-11-21T23:10:29.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-15T13:19:28.000Z (almost 11 years ago)
- Last Synced: 2023-03-22T21:49:59.506Z (almost 2 years ago)
- Language: Python
- Size: 1.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)