Skip to content

Use of basic Python to analyze profits/losses for a hypothetical company as well as examine results of a hypothetical election.

Notifications You must be signed in to change notification settings

GMyers95/python_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python_challenge

Overview


This repo uses python for two individual projects: 1)to determine a business' income changes and 2) summarize election results from given voter data. The results are written to the terminal and to a text file, respectively. The use of Python dictionaries is introduced in this repo.


Technologies

  • Python

Setup and Installation

  1. Environment needs the following:
    • Python 3.6+
    • os
    • csv
  2. Activate your environment
  3. Clone the repo to your local machine
  4. Navigate the terminal to the repo folder
  5. In the terminal, For business analysis: in the PyBank folder, run PyBank_MnPy.py For election analysis: in the PyPoll folder, run PyPoll_MnPy.py

Data Source

Dataset generated by Trilogy Education Services.

About

Use of basic Python to analyze profits/losses for a hypothetical company as well as examine results of a hypothetical election.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages