intermediate python lesson 5: Final Exercise: Finding Routes
Find Routes Between Airports
In this final exercise, you'll write a program that can find routes between airports and save them to a JSON file.
You have access to three files - airports.dat, routes.dat, and airlines.dat, in CSV format.
The helper mod...
philipdevblog.hashnode.dev3 min read