Archive for January, 2008

Saturday, January 5th, 2008

Nokia n800 python posting!

So recently I’e made the purchase of a Nokia n800. A few of my friends recommended it and I can safely say that (so far) it’s a great purchase. Video chat, ssh, vnc, email, etc. Most people seem to have trouble classifying the device; fot me its’s basically a laptop replacement when I don’t feel [...]

No Comments » - Posted in Gadgets,Python by

Wednesday, January 2nd, 2008

Problem 10 – More prime numbers

So a big part of all this Project Euler nonsense includes prime numbers. Problem 10, begs the ever-so-common question Find the sum of all the primes below one million. Obviously, the first attempt would be to just straight out calculate it using my previous program in Problem 3. Adapting that program to one million integers [...]

7 Comments » - Posted in ProjectEuler,Python by

Tuesday, January 1st, 2008

Project Euler

So as many already probably know Euler was a famous European mathematician and physicist. Recently at work a lot of talk has been going around about Project Euler; basically a website which poses mathematical problems that need to be solved by writing program. So a few of us at work have decided to take the [...]

6 Comments » - Posted in ProjectEuler,Python by