[Tutor] passing arguments to functions - problem with argument order

Alan Gauld alan.gauld at btinternet.com
Mon Mar 10 19:47:52 CET 2008


<tetsuo2k6 at web.de> wrote 

> And I thought I might get away without using dicts...

Why would you want to? Dicts are one of the most 
powerful data structures around.

And besides Python is built from dicts so you can 
never truly get away without using them. Every time 
you access a feature from a module or class
you are using a dict! :-)

Alan G



More information about the Tutor mailing list