Skip to content

larrygold18/p3-python-data-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 3 — Python Data Project

This project fetches small datasets from the web, processes them with Python, and writes outputs (CSV, Excel, JSON, Text). Logging is handled by utils_logger.py.


Prerequisites

  • Windows 11
  • Python 3.10+ and Git installed
  • VS Code

Setup (Windows PowerShell)

# Create and activate a virtual environment
py -m venv .venv
.\.venv\Scripts\activate

# Upgrade base tools
py -m pip install --upgrade pip setuptools wheel

# Install dependencies (from this repo)
py -m pip install -r requirements.txt

Run the Project

py project3.py

Screenshot (image.png)

A screenshot of my project running successfully in VS Code is included:

Screenshot of successful run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages