tl;dr I’ve added a small set of options to jot, my minimal opinionated Python command-line tool that helps me remember stuff. Forget me jot You may recall I made a Python CLI tool called jot to help me record work tasks. I go to my terminal and type jot "corrected a typo" and it gets added to a simple text file with a timestamp. To give it a go, I recommend installing uv and then install from GitHub like uv tool install git+https://github.com/matt-dray/jot. Opt in I’ve been using jot for ...| rostrum.blog
Rich Pixels Neat Python library by Darren Burns adding pixel image support to the Rich terminal library, using tricks to render an image using full or half-height colored blocks.Here's the key trick - it renders Unicode ▄ (U+2584, "lower half block") characters after setting a foreground and background color for the two pixels it needs to display. I got GPT-5 to vibe code up a show_image.py terminal command which resizes the provided image to fit the width and height of the current terminal...| Simon Willison's Weblog
Static Sites with Python, uv, Caddy, and Docker Nik Kantar documents his Docker-based setup for building and deploying mostly static web sites in line-by-line detail.I found this really useful. The Dockerfile itself without comments is just 8 lines long: FROM ghcr.io/astral-sh/uv:debian AS build WORKDIR /src COPY . . RUN uv python install 3.13 RUN uv run --no-dev sus FROM caddy:alpine COPY Caddyfile /etc/caddy/Caddyfile COPY --from=build /src/output /srv/ He also includes a Caddyfile that sho...| Simon Willison's Weblog
PEP 723 standardises new inline metadata for scripts. It’s most useful when writing stand-alone scripts as the dependencies can be managed within the script itself without having to setup a complete project and create pyproject.toml file.| twdev.blog
MP 147: How do you clean up when you have too many Pythons lying around? About a year and a half ago, I wrote a post about how to update the version of Python you're using locally. I was hoping that would be a guide I could refer back to,| Mostly Python
Easily using uv, direnv, and minimal, consistent .envrc files| Ideas.Offby1
Ultraviolet, or UV, radiation, comes to earth from the sun. The ozone layer protects those of us on the ground from most of it, but some does reach the surface. Here’s a quick briefing on UV. How to protect yourself When …| UK Health Security Agency
La fototerapia e la luce solare finalmente vengono "scoperte" come strumento di CURA per la malattie croniche ed autoimmunitarie| EvolutaMente.it
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
UV is a fast Python package manager that replaces tools like pip, pyenv, virtualenv, etc. Install uv # On macOS and Linux. curl -LsSf https://astral.sh/uv/install.sh | sh # On Windows. powershell -Exe| Avil Page
Using Python inside of R with reticulate A previous blog post coveredUsing R inside of Conda, but what aboutif you want to use Python packages inside an existingR orRStudio via OnDemand session?This is where thereticulate R Interface to Pythoncomes in. !!! warning "Remove previous reticulate virtual environments" You may have previously been using ${HOME}/.virtualenvs for storing Python virtualenvs you have been using in R via reticulate. To avoid issues, you should remove these before follow...| QMUL ITS Research Blog
brought to you by the ITS Research team at QMUL| blog.hpc.qmul.ac.uk
A complete guide to managing Python projects and their dependencies| Niels Cautaerts
Dive into the dynamic duo of modern Python development – UV and Ruff!| Matt Layman
La pelle è l'organo endocrino più esteso del corpo umano ed è anche il principale organo emuntore preposto al detox (disintossicazione)| EvolutaMente.it