Practical Python in 10 Lines of Code (or Less)
Python is a very expressive language. As Python developers we have access to 100,000s of libraries, saving a lot of coding effort. It may not be the fastest code to run but using Python...
Python is a very expressive language. As Python developers we have access to 100,000s of libraries, saving a lot of coding effort. It may not be the fastest code to run but using Python...
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...
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:...
Python is a very popular tool for data extraction, clean up, analysis and visualisation. I’ve recently done some work in this area, and would love to do some more. I particularly enjoy using my...
My client, a start up with a lot of experience in their field, had identified an important gap in the market. Large sums of money were being invested, with very long payback periods, without...
The client, a highly respected training company, was using an in-house developed system to manage the courses, bookings, delegates, and sales and marketing processes. When the business outgrew the system they asked me to...