@leisesprecher
Python is very straightforward and doesn’t use much memory in general< 60MB. However, it depends greatly on the framework (same as other languages!), but for a simple REST service, FastAPI is a star. It models endpoints as functions. I don’t recommend using it for anything production though. There is also Flask, but I haven’t used it enough.
@JRepin well, let’s hope it’s implemented soon 🙏