Popular recipes by Assil Ksiksi http://code.activestate.com/recipes/users/4180094/2011-11-27T08:27:25-08:00ActiveState Code RecipesSieve of Eratosthenes (Prime Generator) (Python)
2011-11-27T08:27:25-08:00Assil Ksiksihttp://code.activestate.com/recipes/users/4180094/http://code.activestate.com/recipes/577965-sieve-of-eratosthenes-prime-generator/
<p style="color: grey">
Python
recipe 577965
by <a href="/recipes/users/4180094/">Assil Ksiksi</a>
(<a href="/recipes/tags/eratosthenes/">eratosthenes</a>, <a href="/recipes/tags/prime_generator/">prime_generator</a>).
</p>
<p>A simple implementation of the Sieve of Eratosthenes in Python. The code should be self-explanatory, but I've added a docstring and some comments just in case.</p>
<p>Constructive criticism is of course appreciated.</p>