David Sestu Knowledge repo#
This repository contains various bits of knowledge that I find helpful for my work.
This may include code snippets, links, but also articles in the future.
These bits of knowledge are mainly focused on data subjects via Python/PostgresSQL.
My Work & Repositories#
🐍 Python Project Template#
github.com/DSestu/python-project-template
This repository provides a CookieCutter template designed for rapid creation of Python tooling projects. The template aims to make your tools easily distributable and callable everywhere using uvx.
uvx cookiecutter gh:DSestu/python-project-template
⏰ Prefect Windows Task Scheduler#
github.com/DSestu/Prefect-simple-task-scheduler
A streamlined solution for scheduling and managing cron-like tasks on Windows and Linux systems. Built on Prefect, this project addresses the complexity of Windows Task Scheduler configuration:
Simple task scheduling without Windows Task Scheduler complexity
Cross-platform compatibility (Windows/Linux)
Transparent setup process for rapid deployment
Prefect-powered orchestration for reliable task execution
Fast onboarding - get your Python scripts running in minutes
🍳 Recettes Cuisine#
github.com/DSestu/recettes-cuisine
A personal collection of recipes and cooking knowledge, organized and version-controlled for easy access and sharing.
🎮 MH Wilds Armor Optimizer#
github.com/DSestu/MH-Wilds-Tools
A specialized armor optimization tool for Monster Hunter Wilds. This project leverages Google OR-Tools to calculate the most efficient equipment combinations based on user-selected skills, priorities, and weapon types. Features include skill selection and prioritization, equipment slot optimization, charm and decoration integration, and complete loadout recommendations. The app is built with Gradio for an interactive user experience. Source
📚 Knowledge Repository#
This repository - A curated collection of data science knowledge, Python/PostgreSQL insights, code snippets, and helpful resources accumulated through professional experience.