Jaime Gago wrote:
> 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
> mypp.py
>
> I'm really curious from a performance
On 04/02/2011 07:10 AM, Jaime Gago wrote:
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) shel
On 04/02/2011 07:10 AM, Jaime Gago wrote:
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) shel
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