Nuacht

The Prime-Number-Program is a Python3 program presented in Jupyter Notebook which efficiently calculates prime numbers from 1 to 100. It can be easily changed to calculate prime numbers up to any ...
Mersenne primes calculator In this project are 3 files: check_list.py check_number.py stop_when_found.py These all have the goal to find one or more mersenne prime numbers. check_list.py checks all of ...