Python logging: why printf-style string formatting may be better than f-strings
tags: python logging f-string
Python logging module provides optimizations when %-formatting is used
Python logging module provides optimizations when %-formatting is used
Universal config file for Python third-party tools in 2020? It’s a myth
Python questions and answers for a technical interview
Вопросы и ответы для технического собеседования Python-разработчика
How do you update result set by spliting it into evenly sized chunks using window function row_number()
An open-source plugin for Python Pelican blog platform. It extends blog posts with reading statistics: number of words and reading time in minutes.
Understanding Python’s Method Resolution Order may be helpful when using mixin classes
A naïve implementation of C3 linearization algorithm that lies under the hood of Python’s Method Resolution Order (MRO)
Pelican is a static site generator written in Python. I use it for my personal blog. Pelican is easy to install, configure and customize with themes and plugins. I was able to set up the blog with my own custom theme and an Open Graph plugin in a few hours …
A little example of how bound/unbound methods behave in Python 3