PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
compress

Text compression for generating keyboard expansions. This is a tool for automatically creating typing shortcuts from a corpus of your own writing!

https://github.com/eschluntz/compress
Introducing flake8-logging

This article introduces flake8-logging, a Flake8 plugin that helps you to improve the logging in your Python code. Flake8 is a linter that checks Python code for errors and style violations. flake8-logging extends Flake8 by adding rules for checking logging code.

https://adamj.eu/tech/2023/09/07/introducing-flake8-logging/