Skip to content

This repository is dedicated to Python automation tasks, following professional project setup practices. It includes version control with GitHub, dependency management, and a structured project environment.

Notifications You must be signed in to change notification settings

sabrouch36/datafun-02-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datafun-02-automation

This repository is dedicated to Python automation tasks, following professional project setup practices. It includes version control with GitHub, dependency management, and a structured project environment.

P2: Python Scripting & Automation

Author: Sabri Hamdaoui

Overview:

This project demonstrates key Python concepts by automating folder creation and using core programming logic from chapters 3 & 4.

Features Implemented:

  • Folder creation using pathlib
  • Use of if/elif/else logic
  • while loops
  • List comprehensions
  • match-case expressions (Python 3.10+)
  • lambda with filter()
  • External module import (utils_sabri.py)

Screenshot:

screenshot

Files:

How to Run:

python sabri_project_setup.py

About

This repository is dedicated to Python automation tasks, following professional project setup practices. It includes version control with GitHub, dependency management, and a structured project environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages