Data structure and algorithms
Steve Holden
steve at holdenweb.com
Mon Jan 29 08:08:59 EST 2007
Terry Reedy wrote:
> "azrael" <jura.grozni at gmail.com> wrote in message
[...]
> |
> | but this was not dinamicly enough for me (or my prof.) so
>
> dynamic? I have no idea what you mean by 'not dynamic enough'.
>
> Python is not C or C++. It does not have pointers. Trying to program in C
> in Python does not work too well.
>
Mostly because Python variables are precisely pointers to object values
allocated from a heap.
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://del.icio.us/steve.holden
Blog of Note: http://holdenweb.blogspot.com
See you at PyCon? http://us.pycon.org/TX2007
More information about the Python-list
mailing list