The State of Python in 2021
deprogrammaticaipsum.com
The State of Python in 2021
1–10 of 53 posts
Re: The State of Python in 2021
#2FastAPI is also a very popular choice these days, arguably more so than Pyramid and Tornado.
Re: The State of Python in 2021
#3Re: The State of Python in 2021
#4Re: The State of Python in 2021
#5Re: The State of Python in 2021
#6Slightly off-topic: How do I delete all sorts of Python installations from various kinds of tools (pyenv, asdf, conda etc.) and just have the system one (on Arch Linux)?
Re: The State of Python in 2021
#7No love for Tkinter?
Re: The State of Python in 2021
#8Re: The State of Python in 2021
#9This doesn't say a lot about the current state of Python. It's just a list of the libraries that the author happens to know. Presented not in list form.
Guido now works at Microsoft.
pybind11 is probably the latest and greatest for C++ interop.
Re: The State of Python in 2021
#10One thing I didn't see mentioned is profiling. I'm really interested in the recently released Scalene tool: https://pypi.org/project/scalene/ , which seems to be a top contender to replace all the previous tools.