Skip to content

Hynek’s Blog

Hynek Schlawack: Pythonista, Gopher, blogger, and speaker from Berlin/Germany.

  • By Hynek Schlawack
  • Based in Germany
  • Roughly four posts per year
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2015 2
2016 7
2017 4
2018 2
2019 4
2020 6
2021 7
2022 3
2023 5
2024 3

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

Why I Still Use Python Virtual Environments in Docker
Whenever I publish something about my Python Docker workflows, I invariably get challenged about whether it makes sense to use virtual environments in Docker containers. As always, it’s a trade-off, and I err on the …
On , by Hynek Schlawack, 49 words
Production-ready Python Docker Containers with uv
Starting with 0.3.0, Astral’s uv brought many great features, including support for cross-platform lock files uv.lock. Together with subsequent fixes, it has become Python’s finest workflow tool for my (non-scientific) use cases. Here’s how I …
On , by Hynek Schlawack, 48 words
Python Project-Local Virtualenv Management Redux
One of my first TIL entries was about how you can imitate Node’s node_modules semantics in Python on UNIX-like operating systems. A lot has happened since then (to the better!) and it’s time for an …
On , by Hynek Schlawack, 45 words