[Python] 10 myths

Carlo Miron miron a python.it
Mer 25 Mar 2015 09:44:29 CET


Il 25 marzo 2015 09:17, Roberto De Ioris <roberto a unbit.it> ha scritto:

>> Mi era parso di capire che ci sono dati per dire che il problema e' reale
>> ed e' una delle cose che sta spingendo alcuni verso Go.
>
> Hmm, python HA una marea di engine di concorrenza, e alcuni di altissimo
> livello e davvero per tutti i gusti.
>
> Il problema forse e' proprio questo: ce ne sono troppi, e tutti
> incompatibili tra di loro e 9 volte su 10 richiedono la riscrittura delle
> librerie di comunicazione (come i db adapter e simili).
> [...]
> Il non dover scegliere e' un grande vantaggio (ed e' anche una cosa molto
> pythonica).

`asynchio` [¹]·[²]·[³] mira esattamente a risolvere questo problema.

[¹]: <https://www.python.org/dev/peps/pep-3153/>
[²]: <https://www.python.org/dev/peps/pep-3156/>
[³]: <https://docs.python.org/3/library/asyncio.html>

©

-- 
|:**THE BEER-WARE LICENSE** (Revision 42):
| <miron a python.it> wrote this mail. As long as you retain
| this notice you can do whatever you want with this stuff.
| If we meet some day, and you think this stuff is worth it,
| you can buy me a beer in return.
|                                            --Carlo Miron :


Maggiori informazioni sulla lista Python