Python has the wonderful package for recording logs called logging. You can find it in the standard library. Many developers think that it is overcomplicated and not pythonic. In this post I will try… (more…)
Read more »
This post discusses the else clause in Python’s try statement. Although this particular use of else may not be as forgotten and… (more…)
Read more »
This guide is a comprehensive resource for contributing
to Python – for both new and experienced contributors. It is
maintained by the same community
that maintains Python. We welcome your contributions to Python! (more…)
Read more »
Two malicious Python libraries have been caught stealing SSH and GPG keys from developers over the past year. (more…)
Read more »
One way to make Python applications installable on Debian-based operating systems (such as Debian or Elementary OS) is by using the dh_virtualenv tool. It builds a .deb package that wraps a Python virtual environment around an application and deploys it u... (more…)
Read more »