Python’s recent language features and tooling improvements have made Python even better for writing small, self-contained command line scripts that act like shell scripts.| Juha-Matti Santala - Community Builder. Dreamer. Adventurer.
Graal Native Launchers by Default| mill-build.org
How to use uv and the Python inline script metadata proposal PEP 723 to run scripts seamlessly.| Cottongeeks
UV is the hot new tool among Python developers. It addresses a ton of issues in the Python ecosystem, from packaging, project management, tool installation, and virtual environment management. A lot of the tutorials out there are for developers. In most of the roles I’ve worked in information security, I’ve been much more a user of Python than a developer. This post is all about how to use UV to install and run Python applications and scripts.| 0xdf hacks stuff
I’ve written a lot about how I’ve been using Claude to build one-shot HTML+JavaScript applications via Claude Artifacts. I recently started using a similar pattern to create one-shot Python utilities, …| Simon Willison’s Weblog
Manage entire Python projects and even Python itself with a single unified tool.| astral.sh
I have a (somewhat unnecessarily) custom setup for managing my dotfiles and I made a nice improvement to it today. How it works The dotfiles are managed by a Python script. In broad strokes, the script will: read a TOML file locate the configured paths create symlinks, based on custom marker text in the filenames, for files in subdirectories under the configured paths1 If there’s a conflict (i.e. two configured paths provide the same symlink target location), the TOML file contains the reso...| pradyunsg.me