Hello everyone. I am storing my approaches and thoughts here just to remember them better.
March 18, 2025
How to inherit CheckboxSelectMultiple django form for using it with Wagtail
March 16, 2025
Use GzipFile and TextIOWrapper for reading from S3 line-by-line
Feb. 22, 2025
Python: use an additional dict for sorting a list of tuples
Feb. 16, 2025
Sometimes I work with third-party libraries and I want to check what is the path of calling methods and functions
Several weeks ago I faced the issue: I have a method that is used in a lot of places, and I was not going to change the interface of this method...