[PIPython] problema mappa
Mariano Di Felice
mardif
Mar 24 Maggio 2005 19:09:04 CEST
Valentino Volonghi aka Dialtone wrote:
>Mariano Di Felice wrote:
>
>
>
>>ho fatto così:
>>
>>for key in font_info.iterkeys():
>> if ( font_info.get(key) == fontname ):
>> <trovato ciò che serve a me!!!>
>>
>>
>>
>>
>meglio:
>
>for key, value in font_info.iteritems():
> if value == fontname:
> trovato
>
>Il vantaggio e` che hai una .get() in meno che occupa tempo e se il dict
>e` grosso e` piuttosto piu` pesante.
>
>
>
mmmm, ok! aggiudicato!! thank's
--
/\/\ariano Di Felice
Java PHP Python programmer
with MySQL, PostgreSql, SQLite and Oracle support
Linux Platform Developer
mariano.difelice a eprometeus.com
www.eprometeus.com
Tel. 0735 656881
Fax. 0735 656307
---------------------------------------------------------
NO ai brevetti software! http://www.nosoftwarepatents.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mardif.vcf
Type: text/x-vcard
Size: 263 bytes
Desc: not available
Url : http://list.zope.it/pipermail/python/attachments/20050524/5db27ce6/mardif.vcf
More information about the Python
mailing list