Re: [Tutor] Working with prime numbers

2015-01-10 Thread Karim
On 08/01/2015 06:25, Steven D'Aprano wrote: Sieve of Eratosthenes Very cool I will use it. Karim ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

[Tutor] Working with prime numbers

2015-01-07 Thread Steven D'Aprano
Generating prime numbers is a programming problem that many beginners are interested in. For those who are, you may be interested in my PyPrimes project: At long last, I am pleased to announce the latest version of PyPrimes, a pure Python package for working with prime numbers. PyPrimes is co