This Jupyter Notebook document contains code to build an airline management system with functions for booking flights, retrieving passenger information, and viewing flight frequencies. It imports data from CSV files, builds interfaces to interact with users and view/add data, and contains a menu-driven system to allow selecting different options. Sample output is shown of booking a flight, retrieving passenger details, and viewing a graph of flight frequencies.
This Jupyter Notebook document contains code to build an airline management system with functions for booking flights, retrieving passenger information, and viewing flight frequencies. It imports data from CSV files, builds interfaces to interact with users and view/add data, and contains a menu-driven system to allow selecting different options. Sample output is shown of booking a flight, retrieving passenger details, and viewing a graph of flight frequencies.
This Jupyter Notebook document contains code to build an airline management system with functions for booking flights, retrieving passenger information, and viewing flight frequencies. It imports data from CSV files, builds interfaces to interact with users and view/add data, and contains a menu-driven system to allow selecting different options. Sample output is shown of booking a flight, retrieving passenger details, and viewing a graph of flight frequencies.
This Jupyter Notebook document contains code to build an airline management system with functions for booking flights, retrieving passenger information, and viewing flight frequencies. It imports data from CSV files, builds interfaces to interact with users and view/add data, and contains a menu-driven system to allow selecting different options. Sample output is shown of booking a flight, retrieving passenger details, and viewing a graph of flight frequencies.
Press 2 for get Passenger Information Press 3 to check Flight Frequency Press 0 to Exit
enter your choice: 1
fname source destination fare frequency fno 1011 air india delhi mumbai 12000 2 1012 indigo delhi goa 7000 1 1013 go air delhi goa 6000 2 1014 spicejet bangalore delhi 14000 3 Enter passanger id:3489 Enter passenger name:jagdish Enter flight number:1013 Flight Booked !!
Welcome to Bright Airways
Press 1 for flight Booking
Press 2 for get Passenger Information Press 3 to check Flight Frequency Press 0 to Exit
enter your choice: 3
Welcome to Bright Airways
Press 1 for flight Booking
Press 2 for get Passenger Information Press 3 to check Flight Frequency Press 0 to Exit
enter your choice: 2
Enter passenger id:3489 pname fno fare source destination pid 3489 jagdish 1013 6000 delhi goa
Welcome to Bright Airways
Press 1 for flight Booking
Press 2 for get Passenger Information Press 3 to check Flight Frequency Press 0 to Exit