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
.
- Windows 11
- Python 3.10+ and Git installed
- VS Code
# 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
py project3.py
A screenshot of my project running successfully in VS Code is included: