Hello there,
Totally new to python with some *nix scripting knowledge.
I wrote a simple piece of code as an exercise to an online -free- class that
finds prime numbers. 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 myp
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
>>