Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #69280 > unrolled thread
| Started by | Neil Cerutti <neilc@norwich.edu> |
|---|---|
| First post | 2014-03-28 15:00 +0000 |
| Last post | 2014-03-28 15:00 +0000 |
| 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: Using query parameters subtitution outside of execute() Neil Cerutti <neilc@norwich.edu> - 2014-03-28 15:00 +0000
| From | Neil Cerutti <neilc@norwich.edu> |
|---|---|
| Date | 2014-03-28 15:00 +0000 |
| Subject | Re: Using query parameters subtitution outside of execute() |
| Message-ID | <mailman.8671.1396018877.18130.python-list@python.org> |
On 2014-03-28, Daniele Forghieri <guru@digitalfantasy.it> wrote: > The worse is the contrary, when I must use C and I think 'Here > I use a dictionary, at the end convert it in a list that I sort > with that key ...' only to realize that I don't have dictionary > and the list I can use are very less manageable that the ones I > used in Python ... C could provide more friendly general purpose containers in its library, but doesn't. There are some good free ones: glib, for example. Cython provides a really nice in-between level. -- Neil Cerutti
Back to top | Article view | comp.lang.python
csiph-web