New to python

Rami Chowdhury rami.chowdhury at gmail.com
Mon Nov 30 12:21:15 EST 2009


On Mon, Nov 30, 2009 at 08:20, Ronn Ross <ronn.ross at gmail.com> wrote:
> I have recently come across something called a struct. I have googled this,
> but have note found a good explanation. Can someone give me a good
> definition or point me to a page that has one.
>

Where did you come across a "struct"? Depending on context it can be
used to refer to a number of different things --  I assume you are
looking for either the struct module in the Python standard library
(http://docs.python.org/library/struct.html) or trying to implement
something like a C "struct" in Python
(http://stackoverflow.com/questions/35988/c-like-structures-in-python)?



More information about the Python-list mailing list