(Jul-14-2023, 11:19 AM)Zangolo Wrote: Hi! I´m a student who needs to learn python for the Bachelor Thesis to generate code for optimize vehicle routes. What advices can u give me to start to work on this? Is there any forum to learn this? Thank u
This is the "traveling salesman problem".
You should complain to who ever assigned the problem. It not for a beginner. It's difficult to solve.
As for learning Python, I suggest you visit your local library and check out a book on Python. I find reading multiple books on the topic the easiest way to go.