Newbie data structes question
Peter Hansen
peter at engcorp.com
Thu Dec 4 08:11:21 EST 2003
More information about the Python-list mailing list
Thu Dec 4 08:11:21 EST 2003
- Previous message (by thread): Newbie data structes question
- Next message (by thread): Newbie data structes question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Newbie data structes question
- Next message (by thread): Newbie data structes question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list