Reflecting on our Python 2 to 3 Project
Now that we’ve fully rolled out to Python 3, we wanted to talk about how our production deployment went and reflect a little on the project. (more…)
Read more »
DEAP is a novel evolutionary computation framework for rapid prototyping and testing of
ideas. It seeks to make algorithms explicit and data structures transparent. It works
in perfect harmony with parallelisation mechanism such as multiprocessing and SC… Read more