Skip to content

The project involves fetching data from the web, processing it using appropriate Python collections, and writing the processed data to files.

Notifications You must be signed in to change notification settings

SMStclair/datafun-03-analytics

Repository files navigation

datafun-03-analytics

The project involves fetching data from the web, processing it using appropriate Python collections, and writing the processed data to files.

datafun-03-project

Create Project Virtual Environment

On Windows, create a project virtual environment in the .venv folder.

py -m venv .venv
.venv\Scripts\Activate
py -m pip install -r requirements.txt

Git add and commit

git add .
git commit -m "add .gitignore, cmds to readme"
git push origin main

About

The project involves fetching data from the web, processing it using appropriate Python collections, and writing the processed data to files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages