Using query parameters subtitution outside of execute()
Neil Cerutti
neilc at norwich.edu
Fri Mar 28 11:00:38 EDT 2014
More information about the Python-list mailing list
Fri Mar 28 11:00:38 EDT 2014
- Previous message (by thread): Using query parameters subtitution outside of execute()
- Next message (by thread): Howto flaten a list of lists was (Explanation of this Python language feature)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2014-03-28, Daniele Forghieri <guru at 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
- Previous message (by thread): Using query parameters subtitution outside of execute()
- Next message (by thread): Howto flaten a list of lists was (Explanation of this Python language feature)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list