Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #69280
| From | Neil Cerutti <neilc@norwich.edu> |
|---|---|
| Subject | Re: Using query parameters subtitution outside of execute() |
| Date | 2014-03-28 15:00 +0000 |
| Organization | Norwich University |
| References | <5335367B.2090604@digitalfantasy.it> <lh3ek9$236$1@ger.gmane.org> <533562E3.1000400@digitalfantasy.it> <lh3urk$e1g$1@ger.gmane.org> <53358425.5020109@digitalfantasy.it> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.8671.1396018877.18130.python-list@python.org> (permalink) |
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 comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Using query parameters subtitution outside of execute() Neil Cerutti <neilc@norwich.edu> - 2014-03-28 15:00 +0000
csiph-web