> add multi-line commenting to the Python programming language Python uses docstrings for multi-line comments.
> add capability to optimize for database access and usage Do you have an example of a concrete "capability to optimize for database access and usage"? What does that mean? How would it improve upon existing libraries like SQLAlchemy? > add functionality for mobile application development to the Python > programming language Most programming languages don't come with mobile development toolkits out of the box because they're expensive to maintain, and it's better for mobile sdks to have their own release cycle tied to the platform they're targeting instead of tied to specific language versions. You can use Kivy, the BeeWare project, and possibly other projects with their own set of tradeoffs to develop mobile apps using python. _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/ZTXL3E5NSA43KLJ6MNXBIMM55D42QATE/ Code of Conduct: http://python.org/psf/codeofconduct/