[PIPython] Re: ordinare un dict complicato

Carlo C8E Miron carlo.miron
Mer 13 Lug 2005 14:45:15 CEST


Il 13/07/05, Dall'Olio Giovanni<dalloliogm a fastwebnet.it> ha scritto:
> ehm scusa, ti ho mandato la mail in pvt di nuovo!! :)

6 una frana, giovanni ^__^

> >-- Original Message --
> >Date: Wed, 13 Jul 2005 13:32:48 +0200
> >From: "Dall'Olio Giovanni" <dalloliogm a fastwebnet.it>
> >Subject: Re: ordinare un dict complicato
> >To: "Carlo C8E Miron" <carlo.miron a gmail.com>
> >
> >
> >ehm, scusa :) devo aver sbagliato a fare il reply dalla ML.
> >
> >Cos'e' 'sorted'? ho visto che e' un nuovo builtin nel python 2.4, pero'
> purtroppo
> >qui sono bloccato alla versione 2.3 (ed e' anche tanto che non sia alla
> 1.5.2!)

ok, allora aggiungi::

>>> def sorted(seq):
...     seq.sort()
...     return seq

> >Mi hanno anche consigliato di usare un database, per dizionari costruiti
> >in maniera complicata, ma ho gli stessi problemi per installare nuove lib
> >(nn ho i diritti di admin ed in ogni caso devo presentare il lavoro su un
> >altro comp).

va bene cosi', allora ;)

> >
> >Uhm...
> ---------------------------------------------
> 
> Dall'Olio Giovanni Marco,
> studente di Biotecnologie all'Università di Bologna.
> 
> puoi trovarmi anche all'indirizzo dalloliogm a email.it
> 
> p.s. visita il mio sito!! www.dalloliogm.tk

-- 
Carlo C8E Miron, ICQ #26429731
-- 
Disclaimer:
If I receive a message from you, you are agreeing that:
1. I am by definition, "the intended recipient".
2. All information in the email is mine to do with as I see fit and
 make such financial profit, political mileage, or good joke as it
 lends itself to. In particular, I may quote it on USENET or the WWW.
3. I may take the contents as representing the views of your company.
4. This overrides any disclaimer or statement of confidentiality that
 may be included on your message.


More information about the Python mailing list