[Tutor] Generate Prime Numbers

Stefan Behnel stefan_ml at behnel.de
Sat May 30 07:45:05 CEST 2015


Mirage Web Studio schrieb am 29.05.2015 um 17:28:
> Below is a sample code i created.
> Can i better it any way?

Absolutely. Prime number generation is a very well researched and fun to
implement topic. Thus many people have done it before.

See this for algorithmic improvements:

https://pypi.python.org/pypi/pyprimes

Stefan




More information about the Tutor mailing list