This Python script allows for managing and analyzing student data, including sorting students by grade, filtering passing students, calculating the average grade, and listing student names. The script performs the following operations:
- Sort students by grade: Sorts the list of students in descending order based on their grades.
- Filter passing students: Filters out students with grades below 80.
- Calculate average grade: Computes the average grade of all students.
- List student names: Extracts and lists the names of all students.
- Sorting students by grade in descending order.
- Filtering students who have a passing grade (80 or above).
- Calculating the average grade of all students.
- Displaying a list of student names.
- Python 3.x
-
Clone the repository:
git clone https://github.com/Jerry-gifspec/student-data-management.git