On Mon, 23 Nov 2020 08:09:07 +0000 Paul Moore <[email protected]> wrote: > > But it's not as limiting as you suggest - it *does* preclude most > scientific use (because of numpy etc) but (for example) a large number > of web libraries are pure Python.
Not sure what you mean here, but while Web frameworks themselves may be pure Python, you can have C accelerators in a template engine or in a ORM layer. Also, the database driver most likely isn't in pure Python (if you want it to be performant anyway). Regards Antoine. _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/ACRDB4NL3Y7D6E6YSFFD42DSZQ67OABI/ Code of Conduct: http://python.org/psf/codeofconduct/
