Problem of Readability of Python
Steven Bethard
steven.bethard at gmail.com
Wed Oct 10 17:40:21 EDT 2007
More information about the Python-list mailing list
Wed Oct 10 17:40:21 EDT 2007
- Previous message (by thread): Problem of Readability of Python
- Next message (by thread): Problem of Readability of Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bjoern Schliessmann wrote: > Kevin wrote: >> Am I missing something, or am I the only one who explicitly >> declares structs in python? > > Yes -- you missed my posting :) Actually, your posting just used dicts normally. Kevin is creating a prototype dict with a certain set of keys, and then copying that dict and filling in the keys each time he creates a new instance. It's basically a poor man's OOP. STeVe
- Previous message (by thread): Problem of Readability of Python
- Next message (by thread): Problem of Readability of Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list