GithubHelp home page GithubHelp logo

testing--python---p.o.p's Introduction

Grade Tracker This Python application is a simple Grade Tracker system. It allows users to add courses along with their corresponding scores, display their grades for each course, and calculate the total score of all courses through a console-based interface.

Features Add Courses: Users can add courses and their corresponding scores. Display Grades: Users can display their grades for each course. Calculate Total Grade: Users can calculate the total score of all courses. Exit: Users can exit the program. Usage Clone the repository to your local machine. Navigate to the directory where the code is located. Run the code using Python. bash Copy code git clone cd python grade_tracker.py Code Overview The GradeTracker class manages the functionality of the grade tracking system. init: Initializes the grade tracker with an empty dictionary for storing course grades. add_courses: Prompts the user to enter a course name and score, and then stores this information in the grade dictionary. display_grade: Displays the grades for each course stored in the grade dictionary. calculate_Total_grade: Calculates and displays the total score of all courses. start: Starts the program, providing a menu for the user to add courses, display grades, calculate the total grade, or exit the program. This implementation provides a basic console-based interface for managing course grades, and can be extended or modified for more advanced features as needed.

testing--python---p.o.p's People

Contributors

jidris-spec avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.