Over the past few weeks I've started relearning the C programming language, which I haven't used much since my undergraduate degree. Apart from the intellectual challenge, there's a lot of…
As a freelancer, I have a degree of control over which languages I invest the time required to achieve a level of proficiency -- albeit somewhat guided by the market…
Recently I was writing code in Python and C to find prime numbers using a simple implementation of the Sieve of Eratosthemes (implementation details will follow in a later post).…