Settings

Theme

Is gevent holding you back from switching to Python 3?

3 points by jaddison 11 years ago · 1 comment · 1 min read


On Python's Wall of Shame/Superpowers[0], gevent[1] is the module that prevents me from moving my Python/Django web projects to Python 3.

For those of you who previously used gevent and have ported/migrated Python web projects to Python 3, have you simply refactored out gevent in favour of synchronous or asyncio-based code? Or have you found a good replacement/gevent fork?

Note that there is a new project that hasn't seen very much traction yet called guv[2] which aims to be a Python 3 gevent replacement. It's quite early however.

  [0] https://python3wos.appspot.com/
  [1] https://github.com/gevent/gevent
  [2] https://github.com/veegee/guv
jaddisonOP 11 years ago

Clicky-links for those interested:

https://python3wos.appspot.com/

https://github.com/gevent/gevent

https://github.com/veegee/guv

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection