Adding sortedconatiners to Python or merge the ideas?

Greetings,
This library* seems to be used by many people for some treemap operations. Would it be a good idea to include it in upcoming versions? Leetcode has it by default for the lack of a similar something in Python. I did not check, but it seems other languages cater to structures better.
* http://www.grantjenks.com/docs/sortedcontainers/
Thanks.
Kind Regards,
Abdur-Rahmaan Janhangeer about https://compileralchemy.github.io/ | blog https://www.pythonkitchen.com github https://github.com/Abdur-RahmaanJ Mauritius

This was very recently discussed at length: https://mail.python.org/archives/list/python-dev@python.org/thread/YB2JD477T...
Damian (he/him)
On Thu, Feb 3, 2022 at 11:51 AM Abdur-Rahmaan Janhangeer < arj.python@gmail.com> wrote:
Greetings,
This library* seems to be used by many people for some treemap operations. Would it be a good idea to include it in upcoming versions? Leetcode has it by default for the lack of a similar something in Python. I did not check, but it seems other languages cater to structures better.
Thanks.
Kind Regards,
Abdur-Rahmaan Janhangeer about https://compileralchemy.github.io/ | blog https://www.pythonkitchen.com github https://github.com/Abdur-RahmaanJ Mauritius _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-leave@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/ASMXPU... Code of Conduct: http://python.org/psf/codeofconduct/

Fine discussion but i wonder how it ended up over there. Hoping over. Thanks for pointers!
On Thu, 3 Feb 2022, 21:23 Damian Shaw, damian.peter.shaw@gmail.com wrote:
This was very recently discussed at length: https://mail.python.org/archives/list/python-dev@python.org/thread/YB2JD477T...
Damian (he/him)
On Thu, Feb 3, 2022 at 11:51 AM Abdur-Rahmaan Janhangeer < arj.python@gmail.com> wrote:
Greetings,
This library* seems to be used by many people for some treemap operations. Would it be a good idea to include it in upcoming versions? Leetcode has it by default for the lack of a similar something in Python. I did not check, but it seems other languages cater to structures better.
Thanks.
Kind Regards,
Abdur-Rahmaan Janhangeer about https://compileralchemy.github.io/ | blog https://www.pythonkitchen.com github https://github.com/Abdur-RahmaanJ Mauritius _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-leave@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/ASMXPU... Code of Conduct: http://python.org/psf/codeofconduct/
Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-leave@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/VM2QRX... Code of Conduct: http://python.org/psf/codeofconduct/

On 3 Feb 2022, at 18:53, Abdur-Rahmaan Janhangeer arj.python@gmail.com wrote:
Fine discussion but i wonder how it ended up over there. Hoping over. Thanks for pointers!
Please don’t top post.
The thinking on python dev seems to be that if a package is not needed by core python then PyPI is the best place for it. I know you read python dev isn’t that what you have sensed as well?
Barry

Oh hoping over to read. I glanced but have not yet read it in details ...
Kind Regards,
Abdur-Rahmaan Janhangeer about https://compileralchemy.github.io/ | blog https://www.pythonkitchen.com github https://github.com/Abdur-RahmaanJ Mauritius
participants (3)
-
Abdur-Rahmaan Janhangeer
-
Barry
-
Damian Shaw