Tagged: swd

Speeding up complex existing Python code

This was a very interesting project. The client had a ‘multi objective evolutionary algorithm’ implemented in Python. It tries to find an optimal solution to a complex problem by starting with some random solutions...

Extract, Transfer, Load (ETL) projects

You might think that moving some data around from A to B should be simple. Unfortunately it is not that straight forward. Having done a number of ETL projects, I’ve had to deal with:...