Use this Python script to simulate Babbage’s Difference Engine
Sep21

Use this Python script to simulate Babbage’s Difference Engine

Charles Babbage (1791–1871) was an avid mathematician with very wide interests. He is well-known for envisioning the idea of computers and single-handedly developed what he called a Difference Engine to make serial calculations. It was a mechanical machine with a series of axles and gears to make calculations, with the output being a printed table. read more Powered by...

Read More
Solve a real-world problem using Java
Sep21

Solve a real-world problem using Java

As I wrote in the first two articles in this series, I enjoy solving small problems by writing small programs in different languages, so I can compare the different ways they approach the solution. The example I’m using in this series is dividing bulk supplies into hampers of similar value to distribute to struggling neighbors in your community, which you can read about in the first article in this series. read more Powered by...

Read More