HackInScience Python learning platform hits 10k solved exercices per month
HackInScience is my litlle side-project to teach Python at scale. Last month, ~1000 persons solved ~10k exercices on it. (more…)
Read more »
Recently, I was working with MapBox’s Route Optimization API. Basically, it tries to solve the traveling salesman problem where you provide the API with coordinates of multiple places and it returns a duration-optimized route between those locations. This… Read more