Python script - Calculate grade average for a group of students - Weighted mean and arithmetic mean

This was made in Visual Studio Code within a virtual environment.

The most important commands in working with your virtual environment are:

1. Create your virtual environment

> py -m venv env

2. Activate your virtual environment

> env\Scripts\activate


3. Go to View > select Command Palette > Select Python Interpreter > (env:venv)

3. Run your application

> py main.py

-------------------------------------------------------------------------------------

Screenshot 


-------------------------------------------------------------------------------------

Script
(Desktop users): To view the sections below clearly > left click on the script > should go to a new window with a zoomed in view or left click once to zoom in.

Grades.py



Banners.py






Comments

Popular posts from this blog

Asking the right questions in Cloud Security

How AWS Protects Your Data Privacy and Security- 2025 January

AWS Cloud Services: The key to keeping monolithic architectures competitive.