Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #69280

Re: Using query parameters subtitution outside of execute()

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.004
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'subject:query': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:()': 0.09; 'worse': 0.09; 'python': 0.11; 'containers': 0.16; 'dictionary,': 0.16; 'manageable': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:parameters': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'example.': 0.24; 'library,': 0.24; 'sort': 0.25; 'header:X-Complaints-To:1': 0.27; 'level.': 0.33; 'could': 0.34; 'convert': 0.35; 'but': 0.35; 'there': 0.35; 'really': 0.36; 'charset:us-ascii': 0.36; 'list': 0.37; 'to:addr:python-list': 0.38; 'realize': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'free': 0.61; 'provide': 0.64; 'more': 0.64; 'friendly': 0.72; 'subject:Using': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Neil Cerutti <neilc@norwich.edu>
Subject Re: Using query parameters subtitution outside of execute()
Date Fri, 28 Mar 2014 15:00:38 +0000 (UTC)
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>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host jackman.norwich.edu
User-Agent slrn/0.9.9p1/mm/ao (Win32)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.8671.1396018877.18130.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1396018877 news.xs4all.nl 2928 [2001:888:2000:d::a6]:33734
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:69280

Show key headers only | View raw


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


Thread

Re: Using query parameters subtitution outside of execute() Neil Cerutti <neilc@norwich.edu> - 2014-03-28 15:00 +0000

csiph-web