subject

All the questions below must be answered using Python script (Recommendation: using basic Python, not necessary to use advanced packages like Numpy or Pandas) a) Decide a data structure to represent the class with students and grades information with assumption that the class list is long enough. Read the provided csv file containing these information and store into a variable having the defined data structure.
b) Calculate the final grade of each student and print out the final grades of all students
c) Develop a function to convert numeric grade to letter grade. Utilize the developed fun
d) Find the student with highest score, then print that student name and the highest score . Note: do not list them with what you see using your eyes. Please you Python script to find out the students and show them to the screen.
e) List all students whose final letter grade is A. Note: do not list them with what you see using your eyes. Please you Python script to find out the students and show them to the screen.
f) List all students whose final grade is F. Note: do not list with what you see using your eyes. Please you Python script to find out the students and show them to the screen.
g) Count all students whose final grade is either B, or C, or D. Note: do not count with what you see using your eyes.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 12:00
Which of these is a benefit of using objects in a powerpoint presentation? a. collaborators can create the external files while you create and edit the slide show. b. you can easily change the theme and design of the presentation. c. you can have older data in the source file while having up-to-date data in the presentation. d. collaborators can easily share the presentation.
Answers: 2
question
Computers and Technology, 23.06.2019 21:50
Description: write function lastfirst() that takes one argumentโ€”a list of strings of the format "lastname, firstname" โ€”and returns a list consisting of two lists: (a) a list of all the last names (b) a list of all the first names
Answers: 2
question
Computers and Technology, 24.06.2019 17:40
When analyzing data sets, such as data for human heights or for human weights, a common step is to adjust the data. this can be done by normalizing to values between 0 and 1, or throwing away outliers. for this program, adjust the values by subtracting the smallest value from all the values. the input begins with an integer indicating the number of integers that follow. ex: if the input is 5 30 50 10 70 65, the output is: 20 40 0 60 55
Answers: 1
question
Computers and Technology, 25.06.2019 11:00
In a paragraph of no less than 125 words, describe how you would create a new database using your software.
Answers: 1
You know the right answer?
All the questions below must be answered using Python script (Recommendation: using basic Python, no...
Questions
question
Chemistry, 09.01.2020 06:31
question
Physics, 09.01.2020 06:31
question
Mathematics, 09.01.2020 06:31
question
History, 09.01.2020 06:31
Questions on the website: 13722367