Skip to content

a starter repo to help students get started with the CSV Processing Exercise

License

Notifications You must be signed in to change notification settings

prof-rossetti/monthly-sales-reporting-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSV Processing Exericse (Monthly Sales Reporting)

A command-line Python exercise which processes and synthesizes monthly sales report CSV files.

Installation

First, "fork" this upstream repository under your own control.

Then download your forked version of this repository using the GitHub.com online interface or the Git command-line interface. If you are using command-line Git, you can download it by "cloning" it:

git clone https://github.com/YOUR_USERNAME/monthly-sales-reporting-py.git

After downloading your forked repository, navigate into its root directory:

cd path/to/monthly-sales-reporting-py/

NOTE: all commands in this document assume you are running them from this root directory.

Usage

Run the application:

# For Homebrew-installed Python 3.x on Mac OS:
python3 sales_report.py

# All others:
python sales_report.py

Students, please pay attention to the license terms.

About

a starter repo to help students get started with the CSV Processing Exercise

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages