Skip to content

Index

Top Python libraries of 2023

Link: Top Python libraries of 2023: "Exploring the expansive universe of Python libraries in 2023, our curated selection goes beyond the usual suspects to uncover hidden gems and innovative tools. Dive in!"

Nice list of libraries. Heavily weighted towards AI and data science.

Configuration in Python Applications: No Magic, Just Necessary Practice

Link: Configuration in Python Applications: No Magic, Just Necessary Practice: "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 ..."