Re: measuring python code efficiency

2010-10-23 Thread n.a.s
Thanks Felipe , sure i will search for that.. Bests, n.a.s On Sat, Oct 23, 2010 at 7:11 PM, Felipe Bastos Nunes < felipe.bast...@gmail.com> wrote: > Theres the time module and the timeit() function to evaluate time to > execute. For memory usage and cpu usage i can't remember

measuring python code efficiency

2010-10-23 Thread n.a.s
Hi all, I use to program in many languages ,currently i 'm working in python ,i wonder if their is any way-program to measure my code , for example memory usage , cpu speed - because of the ability to write one program in many ways , how i can evaluate my code? Many thanks, n.a.s --

problem in Gasp !

2010-09-27 Thread n.a.s
Hi, I want to ask about graphics using Gasp .Attached is exercise 10 (houses at night) ,if i call the draw_house function once it will work properly ,but more than one call,windows and doors disappear from some houses . Any one can advic

problem in Gasp !

2010-09-24 Thread n.a.s
Hi, I want to ask about graphics using Gasp .Attached is exercise 10 (houses at night) ,if i call the draw_house function once it will work properly ,but more than one call,windows and doors disappear from some houses . Any one can advic