Simple python program for finding primes
Here is a basic example of python, and using the Sieve of Eratosthenes to find prime numbers.
To run, copy the .py file onto your machine (which can run Python) On the command prompt in the folder the file is located, call python findPrimes.py Depending on your num, the screen will print a list of all primes up to that number.
Enjoy your primes!