Vladimir Iakovlev is the author of this tutorial about finding cheapest flights for a multi-leg trip with Amadeus API and Python. Amadeus Travel APIs connect you to the richest information in the travel industry.
The tutorial is split into:
- Restrictions
- Airports
- Prices and dates
- Itinerary
To understand the complexity of the problem better author draw a graph of possible flights routes.
To find out how author was able to get cheapest flights with the minimal duration and the resulting prices were almost the same as on Google Flights click on the link to original source. Jupyter notebook is also available with the whole adventure. Well done!
[Read More]