Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #93070 > unrolled thread
| Started by | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| First post | 2015-06-24 09:47 +0100 |
| Last post | 2015-06-24 09:47 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Looking up a dictionary _key_ by key? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-06-24 09:47 +0100
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2015-06-24 09:47 +0100 |
| Subject | Re: Looking up a dictionary _key_ by key? |
| Message-ID | <mailman.12.1435135680.3674.python-list@python.org> |
On 24/06/2015 01:47, Dan Stromberg wrote: > > Would I have to do an O(n) search to find my key? > can you use something from here https://pypi.python.org/pypi/sortedcontainers/0.9.6 with the bisect module? -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
Back to top | Article view | comp.lang.python
csiph-web