Simon Willison’s Weblog

Subscribe

Why does Python not have any data structures that store data in sorted order?

25th June 2013

My answer to Why does Python not have any data structures that store data in sorted order? on Quora

The bisect module provides functions for achieving this using a python list as the underlying data structure: http://docs.python.org/2/library...

This is Why does Python not have any data structures that store data in sorted order? by Simon Willison, posted on 25th June 2013.

Next: How can you assign routes for a website in a .net environment?

Previous: If I write a blog, then use the same information to create a slideshare presentation, will that help or hurt my website's SEO?

Monthly briefing

Sponsor me for $10/month and get a curated email digest of the month's most important LLM developments.

Pay me to send you less!

Sponsor & subscribe