Julien00859 / pyprimes

Simple repo to toy with primes and cython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple repo to toy with primes and cython


Languages

Language:Python 100.0%