This article looks at what type hints are and how they can benefit you. We'll also dive into how you can use Python's type system for type checking. (more…)
Read more »
Many of us use password managers to securely store our many unique passwords. A critical part of a password manager is the master password. This password protects all others, and in that way, it is a risk. Anyone who has it can pretend to be you… anywhere... (more…)
Read more »
Identify unused dependencies and avoid a bloated virtual environment - GitHub - fredrikaverpil/creosote: Identify unused dependencies and avoid a bloated virtual environment... (more…)
Read more »
It seems a recurring complaint that we’re too aggressive on cleaning Python 2 up from packages. Why remove it if (package’s) upstream still supports py2? Why remove it when it still works? Why remove it when somebody’s ready to put some work to keep it... (more…)
Read more »