Solving the Travelling Salesman Problem (TSP) with Python

Johm Montgomery (ShowMeDo author) has started a very nice blog series on Solving the classic Travelling Salesman Problem (TSP) with Python.

So far there are 3 posts in the series:

John is using a combination of Python code, explanation and graphics to show everything you need for this fascinating topic. Don’t forget to leave John a comment on his blog to let him know what you think.

To learn more about Python you can visit ShowMeDo’s list of Python videos which contains 94 Python tutorials including almost 2-hours worth of tuition in the Python Newbies on XP series.

One Response to “Solving the Travelling Salesman Problem (TSP) with Python”

  1. John Montgomery Says:

    Thanks for letting some more people know about this series.

    Just added another post where I use Python’s profile module to see if there are any obvious performance problems.

    The next post should be back into combinatorial optimisation and I’ll be talking about simulated annealing.

Leave a Reply

You must be logged in to post a comment.