A Python library
Seagull includes a module for calculating primes
Member of the farallons collection of libraries
-
Use Python 3
virtualenv -p python3 venv source venv/bin/activate pip install -r requirements.txt -
Generate the prime numbers up to and including a number
python prime.py <number> -
Check the result folder
cat result/primes