Re: [Tutor] Finding prime numbers script runs much faster when run viabash shell than idle

2011-04-02 Thread Jaime Gago
Ok I understand now, thank you very much! On Apr 2, 2011, at 1:05 AM, Alan Gauld wrote: > "Jaime Gago" wrote >> When I run it via IDLE it's taking way more time than if I run it via a >> (bash) shell (on Os X 10.6) while doing $>python -d mypp.py >> I'm really curious from a performance perspec

Re: [Tutor] Finding prime numbers script runs much faster when run viabash shell than idle

2011-04-02 Thread Alan Gauld
"Jaime Gago" wrote When I run it via IDLE it's taking way more time than if I run it via a (bash) shell (on Os X 10.6) while doing $>python -d mypp.py I'm really curious from a performance perspective as to what could cause such a noticeable difference. IDLE is a development environment.