7 ms·
Twisted too: https://twistedmatrix.com/trac/milestone/Python-3.x https://twistedmatrix.com/trac/milestone/Python-3.x Twisted and wxPython are a great combo and
by Programmatic 11y ago
Twisted too: https://twistedmatrix.com/trac/milestone/Python-3.x https://twistedmatrix.com/trac/milestone/Python-3.x
Twisted and wxPython are a great combo and will keep me on 2.7 as long as they are not ported.
- sergiosgc 11y agoIsn't twisted largely superseded by asyncio? https://docs.python.org/3/library/asyncio.html https://docs.python.org/3/library/asyncio.html I had to build a simple LDAP proxy recently, looked at twisted and asyncio and went with asyncio/python3. For that use-case, it was a perfect choice.