On Mon, Nov 30, 2009 at 08:20, Ronn Ross <ronn.r...@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)?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to