<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ruff on I am Lino</title><link>https://iamlino.net/en/tags/ruff/</link><description>Recent content in Ruff on I am Lino</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 19 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://iamlino.net/en/tags/ruff/index.xml" rel="self" type="application/rss+xml"/><item><title>uv without fear: designing your Python platform layer</title><link>https://iamlino.net/en/tutorials/uv-without-fear/</link><pubDate>Tue, 19 May 2026 00:00:00 +0000</pubDate><guid>https://iamlino.net/en/tutorials/uv-without-fear/</guid><description>&lt;p&gt;We&amp;rsquo;ve been arguing about the same things in Python for twenty years. Whether to use &lt;code&gt;virtualenv&lt;/code&gt; or &lt;code&gt;venv&lt;/code&gt;. Whether &lt;code&gt;pip&lt;/code&gt; or &lt;code&gt;pip-tools&lt;/code&gt; is the right call. Whether Poetry is deprecated or just in a bad mood. Whether pyenv is for serious engineers or just people with too much time on their hands.&lt;/p&gt;
&lt;p&gt;Open any repo from three projects ago and you&amp;rsquo;ll find a Frankenstein held together with duct tape: a &lt;code&gt;Makefile&lt;/code&gt; that activates a &lt;code&gt;venv&lt;/code&gt;, a hand-maintained &lt;code&gt;requirements.txt&lt;/code&gt;, a &lt;code&gt;requirements-dev.txt&lt;/code&gt; that nobody&amp;rsquo;s touched since 2022, and a &lt;code&gt;Dockerfile&lt;/code&gt; that does &lt;code&gt;pip install&lt;/code&gt; with versions eyeballed into place.&lt;/p&gt;</description></item></channel></rss>