Comment by procaryote
Comment by procaryote 2 months ago
Oh I use it too, just not for anything that needs to scale at all
Cython is a bit of a non-starter for a web context as you're essentially writing C with extra sugar, and can get C style vulnerabilities.
Second paragraph is not really true, unless you’ve gone out of your way. Cython is used primarily for compute-bound problems, not processing user input.