I'm considering using Golang to build a waste collection simulation in a city with high capacity trucks and low capacity trucks.<p>The goal is to generate optimal routes for waste collection based on a number of scenarios. A second goal is to visualize the process on a map.<p>Is Go matured enough for this task or python will be a better alternative?
Also, are there recommended libraries I can explore?