Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.1 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.1 KB

python-challenge

PYBANK

This is a python script that analyses the financial records of a company. The script analyses the financial records and calculates:

1. The total number of months included in the dataset

2. The net total amount of "Profit/Losess" over the entire period

3. The changes in "Profit/Losses" over the entire period, and then the average of those changes

4. The greatest increase in profits (date and amount) over the entire period

5. The greatest decrease in profits (date and amount) over the entire period

In Addition to this, the script prints the final analysis to the terminal and exports it as a text file


PYPOLL

This task modernises the vote-counting process

The python script analyses the votes and calculates:

  1. The total number of votes cast
  2. A Complete list of candidates who recevied votes
  3. The percentage of votes each candidate won
  4. The total number of votes each candidate won
  5. The winner of the election based on popular vote

In Addition to this, the script prints the final analysis to the terminal and exports it as a text file