[Tutor] MemoryError

Alan Gauld alan.gauld at btinternet.com
Wed Dec 30 05:15:12 EST 2015


On 30/12/15 06:26, Satya Luzy wrote:
> Dear everyone, thank you for all of your support.
> To Alan :
> It is true that my code still need some improvement on the efficiency part,
> and thanks for pointing out which part that needs to be improved. 

My suggestions won't really do much for efficiency. They will
improve readability though. And that in turn makes it easier
to test/debug your code.

> By the way, did a little bit of searching, does my 64-bit Operating System
> has less performance because it is used for a 32-bit activity?

It may affect the amount of memory available.
Why not use 64 bit Python?

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list