mgaitan / charla_py3

Python 3 para escépticos
https://nbviewer.jupyter.org/format/slides/github/mgaitan/charla_py3/blob/master/py3.ipynb#/
1 stars 0 forks source link

mencionar más recursos #1

Open mgaitan opened 8 years ago

mgaitan commented 8 years ago

A Plege to migrate to Python 3.

uvloop is a fast, drop-in replacement of the built-in asyncio event loop. uvloop is implemented in Cython and uses libuv under the hood.

Async/await-native I/O library for Python, with an emphasis on usability and correctness – we want to make it easy to get things right.

Curio is a modern library for performing reliable concurrent I/O using Python coroutines and the explicit async/await syntax

Event driven concurrent framework for python. With pulsar you can write asynchronous servers performing one or several activities in different threads and/or processes.

A fast PostgreSQL Database Client Library for Python/asyncio

mgaitan commented 8 years ago

post sobre más funcionalidades exclusivas de python3 https://eev.ee/blog/2016/07/31/python-faq-why-should-i-use-python-3/