Newbie data structes question

Peter Hansen peter at engcorp.com
Thu Dec 4 08:11:21 EST 2003


Kamus of Kadizhar wrote:
> 
> So, here's my python question:
> 
> What data structures and flow controls are most appropriate?  Any neat
> flow control in python?

Nope.  Python is built on a small set of entirely uninteresting
control structures, designed to lead you into a state of mind where
you think more about the logic of your code than about whether you
can whip something off as a one-liner or obfuscate it to show your
brilliance in comparison to lesser programmers.  ;-)

-Peter




More information about the Python-list mailing list