Primes Small test module to toy with prime numbers using Cython Build Install Cython on your system pip install cython Build the module python3 setup.py build_ext --inplace Run the tests tests.py