Skip to content

2023

Configuration in Python Applications: No Magic, Just Necessary Practice

  • Web site excerpt: During the development of Python applications, I've continually asked myself how and when variables should be passed and initialized for the application's configuration. I want to be able to easily override the configuration for tests, for example, to use a local database for testing. But what exactly is application configuration, and why is it needed? The website a ...

  • Link to site: Configuration in Python Applications: No Magic, Just Necessary Practice

Static Site Generators

Even though I love Nanoc, I continue my forced conversion to Python and am looking for something as nice and simple as Nanoc. Let's see!

  • Web site excerpt: A static site generator combines a markup language with a templating engine to produce HTML files. Learn more on Full Stack Python.

  • Link to site: Static Site Generators