Skip to main content

Generate and test for prime numbers.

Project description

The pyprimes package offers a variety of algorithms for generating prime numbers and fast primality tests, written in pure Python.

Prime numbers are those positive integers which are not divisible exactly by any number other than itself or one. Generating primes and testing for primality has been a favourite mathematical pastime for centuries, as well as of great practical importance for encrypting data.

pyprimes includes the following features:

  • Produce prime numbers lazily, on demand.

  • Effective algorithms including Sieve of Eratosthenes, Croft Spiral, and Wheel Factorisation.

  • Efficiently test whether numbers are prime, using both deterministic (exact) and probabilistic primality tests.

  • Examples of what not to do are provided, including naive trial division, Turner’s algorithm, and primality testing using a regular expression.

  • Factorise small numbers into the product of prime factors.

  • Suitable for Python 2.4 through 3.x from one code base.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyprimes-0.2.2a.tar.gz (31.0 kB view hashes)

Uploaded Source

Built Distribution

pyprimes-0.2.2a.linux-i686.exe (110.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page