6 Qustions about Python: Does it do GUI? more...

Josiah Carlson jcarlson at nospam.uci.edu
Fri Feb 13 18:21:56 EST 2004


> 1) I really like C/C++ but I hate dealing with memory allocation, python
> handles all memory allocation automatically.  Included with Python are many
> built in data structures, such as list (like a linked list).

Internally, it is actually a resizable array.  Saves on pointers.

  - Josiah



More information about the Python-list mailing list