HackerTrans
TopNewTrendsCommentsPastAskShowJobs

csytan

no profile record

comments

csytan
·4 yıl önce·discuss
I've been using Python's Tornado (http://www.tornadoweb.org/) for years now.

Now on version 6, it's fast, well maintained, mature, and has good docs with readable code.

@bdarnell has done an excellent job maintaining it.

Here's one example:

Tornado supported async style coroutines before asyncio was a thing. Now it uses asyncio under the hood by default -- and it did so with an exceptionally smooth transition.
csytan
·4 yıl önce·discuss
"Yesterday is history, tomorrow is a mystery, but today is a gift. That's why it is called the present" - Master Oogway