TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Is gevent holding you back from switching to Python 3?

3 pointsby jaddisonabout 10 years ago
On Python&#x27;s Wall of Shame&#x2F;Superpowers[0], gevent[1] is the module that prevents me from moving my Python&#x2F;Django web projects to Python 3.<p>For those of you who previously used gevent and have ported&#x2F;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&#x2F;gevent fork?<p>Note that there is a new project that hasn&#x27;t seen very much traction yet called guv[2] which aims to be a Python 3 gevent replacement. It&#x27;s quite early however.<p><pre><code> [0] https:&#x2F;&#x2F;python3wos.appspot.com&#x2F; [1] https:&#x2F;&#x2F;github.com&#x2F;gevent&#x2F;gevent [2] https:&#x2F;&#x2F;github.com&#x2F;veegee&#x2F;guv</code></pre>

1 comment

jaddisonabout 10 years ago
Clicky-links for those interested:<p><a href="https:&#x2F;&#x2F;python3wos.appspot.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;python3wos.appspot.com&#x2F;</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;gevent&#x2F;gevent" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gevent&#x2F;gevent</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;veegee&#x2F;guv" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;veegee&#x2F;guv</a>