Dictionary & data

Simon Burton simonb at NOTTHISBIT.webone.com.au
Tue Mar 16 17:19:32 EST 2004


On Tue, 16 Mar 2004 21:35:14 +0000, kbass wrote:

> I have retrieved data from a database and I want to place this data into a
> dictionary or something like a HashMap (in Java).  Can someone point me to
> an example?
> 
> kbass

http://www.python.org/doc/current/tut/node7.html#SECTION007400000000000000000
http://www.python.org/doc/current/lib/typesmapping.html

RTFM

Simon.




More information about the Python-list mailing list