Skip to content

Aboudlal/datafun-01-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datafun-01-utils

datafun-01-utils

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

Installation

  1. 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

About

CC1.4: Start a Professional Python Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages