
PDM + uv, duo de choc pour vos projets Python
www.metal3d.orgJ'ai aimé pipenv, j'ai aimé poetry, mais là... mon coeur a été conquis par PDM et Uv.
Découvrez pourquoi cette combinaison est devenu mon choix pour gérer mes projets Python.
44 links

J'ai aimé pipenv, j'ai aimé poetry, mais là... mon coeur a été conquis par PDM et Uv.
Découvrez pourquoi cette combinaison est devenu mon choix pour gérer mes projets Python.

uv is an extremely fast Python package and project manager, written in Rust.

FastAPI framework, high performance, easy to learn, fast to code, ready for production

Step-by-step field note for running OpenCode with LM Studio locally using Qwen3.5 9B and 0.8B, including Telegram bot workflow, local config, and M1 performance tradeoffs.

Personal ngrok alternative. Expose local ports to the internet with automatic HTTPS via SSH tunnels + Caddy. - R44VC0RP/pgrok

Get early access to our brand-new v4 APIs and SDKs! Covering Python, Java, Javascript, and Go there's an SDK for many of our users, along with client REST APIs for those languages that don't yet have an official SDK.

Litestar | Effortlessly Build Performant APIs

A user friendly TUI for SQL databases. Written in python. Supports SQL server, Mysql, PostreSQL, SQLite, Turso and more. - Maxteabag/sqlit


Recent advancements in Cloudflare Python Workers means fast cold starts, comprehensive package support, and a great developer experience. We explain how they were achieved and show how Python can be used to build serverless applications on Cloudflare.

Reactive declarative state management for Python

Django 6.0 introduces a built-in background tasks framework in `django.tasks`. But don't expect to phase out Celery, Huey or other preferred solutions just yet.

Learn how to use UUIDv7 today with stable releases of Python 3.14, Django 5.2 and PostgreSQL 18. A step by step guide showing how to generate UUIDv7 in Python, store them in Django models, use PostgreSQL native functions and build time ordered primary keys without writing SQL.

Visualize your API endpoints and explore them interactively, also support Django ninja & Litestar - allmonday/fastapi-voyager

Learn how GitLab Runner and GitHub Actions work internally by building your own CI/CD pipeline runner in Python. Covers parallel execution, job dependencies,...

Anthropic this morning introduced Claude Skills, a new pattern for making new abilities available to their models: Claude can now use Skills to improve how it performs specific tasks. Skills …

Distributed monitoring ting. Contribute to rippleFCL/meshmon development by creating an account on GitHub.

Fast, Python-based infrastructure automation. Deploy to SSH servers, Docker, and local machines. 10x faster than Ansible.

🔧 pyinfra turns Python code into shell commands and runs them on your servers. Execute ad-hoc commands and write declarative operations. Target SSH servers, local machine and Docker containers. Fas...

Contribute to poulpreben/keycloak-to-vcf-scim development by creating an account on GitHub.

None

Modern terminal HTTP/TCP latency monitoring tool with real-time visualization. Thinkhttpingmeets modern CLI design with rich terminal UI, phase timing, and advanced analytics.

You can shell out to `cp -c` using `subprocess`, or you can make a `clonefile()` syscall using the `ctypes` library.

Hatching...
Cursor Shenanigans
Cursor, my beloved, started rate limiting shenanigans a few days back. For a good 2 w...

I’ve started writing more Python code lately (because of… AI, you know). In this post, I share the tools, libraries, configs, and other integrations I use for building production-grade Python applications following a frontend-backend architecture.

Simple. Powerful. Fast. Pick three. Release 25.5.0( What’s new?) structlog is the production-ready logging solution for Python: Simple: Everything is about functions that take and return dictionari...

We’re thrilled to announce the release of mitmproxy 12, introducingInteractive Contentviews!
It’s now possible to modify the prettified representation of binary protocols,
which is then re-encoded bac

CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and ...

slides of episode 1 from "Python From Zero To Hero Series" - KareimGazer/py-intro

Django Ninja - Django REST framework with high performance, easy to learn, fast to code.

Learn how to create text-based user interfaces (TUIs) using Python and the amazing Textual package.Textual is a rapid application development framework for your terminal or web browser. You can build complex, sophisticated applications in your terminal. While terminal applications are text-based rather than pixel-based, they still provide fantastic user interfaces.The Textual package allows you to create widgets in your terminal that mimic those used in a web or GUI application.Creating TUI Applications with Textual and Python is to teach you how to use Textual to make striking applications of your own. The book's first half will teach you everything you need to know to develop a terminal application.The book's second half has many small applications you will learn how to create. Each chapter also includes challenges to complete to help cement what you learn or give you ideas for continued learning.Here are some of the applications you will create: A basic calculator A CSV viewer A Text Editor An MP3 player An ID3 Editor A Weather application A TUI for pre-commit RSS Reader CalculatorCSV ViewerMP3 Player Weather App

How to use uv and the Python inline script metadata proposal PEP 723 to run scripts seamlessly.

Adding extra info to exceptions the easy way.

Manage your data science projects effectively with loguru. Track stages and control logging levels with ease.

Dave Peck's home on the web. Dave is an independent software developer, investor, and civic technologist.

Explore the benefits of using Python data classes to manage nested structures efficiently and avoid common errors.

Learn to simulate external services in testing with mock objects for reliable Python unit tests. Master pytest mock today.

TLDR

We all love Python’s comprehensive standard library, but let’s face it – PyPI’s wealth of packages often becomes essential. Sharing single-file, self-contained Python scripts that rely on these external tools can be a headache. Historically, we’ve relied on requirements.txt or full-fledged package managers such as Poetry or pipenv, which can be overkill for simple scripts and intimidating for newcomers. But what if there was a simpler way? That’s where uv and PEP 723 come in. This article delves into how uv harnesses PEP 723 to embed dependencies directly within scripts, making distribution and execution extremely easy.

Textual is a Python library for building text-based user interfaces (TUIs) that support rich text, advanced layouts, and event-driven interactivity in the terminal. This tutorial showcases some of the ways you can design an appealing and engaging UI using Textual.

My tools and how I use them.
A short experiment with Python, ImageMagick, and iconutil.

A decade of firsthand advice on going from an employed software developer to successful indie hacker running your own business(es).

uv run - install, activate, and run in one command…