//the program should read citties from given excell file(cvs)

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter2: Basic Elements Of C++
Section: Chapter Questions
Problem 19SA: Which of the following are correct C++ statements? (10) cout "Programming with C++!" endl; cout "...
icon
Related questions
Question

NB: Please write Python programming code for this following problem and include comments for me to understand

// answer has to be a python code not explaination

 

//the program should read citties from given excell file(cvs)

 

Prof. Bagula has research collaboration with other scientists located in different cities around the world. Such collaboration involves online meetings among the scientists interested in a specific topic and participation in students/staff presentations. Building around socket programming and your knowledge of python programming, you are tasked to develop a client/server system that makes conversion of time between South Africa and different other cities in the world related to the research collaboration between Prof. Bagula and his colleagues. The goal is to develop a system that provide Prof. Bagula services which are similar to Google Calendar but with the possibility of adding many more functionalities in the future. The requirements are as follow

  • The server maintains a file of the time differences between South Africa and at least 30 other cities in the World.: e.g. Missouri, Tokyo, Kinshasa, Lubumbashi, Kigali, Yaoundé, Melbourne, Stockholm, Brussels, Paris, Laval, Montreal, Toronto, Quebec, Vancouver, etc.
  • The client maintains a file of meetings scheduled in different cities which includes the dates of the meetings, the cities’ names, the topic of the meetings, and the platform to be used. The client process will read the file of meetings and submit time conversion requests to the server. The platform may be Zoom, Meet, and Teams. Each request is read from the file of the meetings and has the format:
    • Date, City, Time, Topic, Platform

Where the Date is the date in the organizing City and the time is also the time in the organizing city.

  • The server’s response will have a similar format to the request but the South African Date and Time. Note that due to time differences, the Date in a city around the world may differ from the Date in South Africa. Each request is read from the file of the meetings and has the format:
    • Date, City, Time, Topic, Platform

Where the Date is the date in South Africa and the City is the city in South Africa.

 

 

Note: Each student will be provided with 20 cities to which he will add 10 other cities to make 30 cities.

 

we are given excel file of cities which means we have to read the file(cvs)

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
File Input and Output Operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning