What's the limit of variables size in pyhton?



Python allow you to only take care about variable name and ignore it's
size because pyhton dynamicly allocate it
so what's the limit in the allocated size in the memory
.



Relevant Pages

  • Re: Whats the limit of variables size in pyhton?
    ... >> Python allow you to only take care about variable name and ignore it's ... >> size because pyhton dynamicly allocate it ... > As big as would fit on available memory. ... I think Python can handle all the memory the OS is able to provide. ...
    (comp.lang.python)
  • Re: Whats the limit of variables size in pyhton?
    ... size because pyhton dynamicly allocate it ... so what's the limit in the allocated size in the memory ... Instead of reading the entire file into ... often it suffices to read in a line at a ...
    (comp.lang.python)