This repository contains utility files and setup for the DataFun 01 professional Python project.
It demonstrates professional Python development, including:
- Creating Python modules
- Using variables, data types, f-strings, and lists
- Logging with Loguru
- Running Python scripts with a virtual environment
- Basic statistics operations
- Custom byline module
- Clone the repository:
git clone https://github.com/Aboudlal/datafun-01-utils.git
## Installation
1. Clone the repository:
git clone https://github.com/Aboudlal/datafun-01-utils.git
2. Navigate into the project folder:
cd datafun-01-utils
3. Create a virtual environment:
python -m venv .venv
4. Activate the virtual environment:
# Windows PowerShell
.venv\Scripts\Activate.ps1
# Mac/Linux
source .venv/bin/activate
5. Install required packages:
pip install -r requirements.txt
## Project Structure
- README.md - this file
- .gitignore - files to ignore for Git
- requirements.txt- files to ignore for Git
- utils_abdellah.py - project dependencies