Python Poetry 1.0 Released

The Poetry team is pleased to announce the immediate availability of Poetry 1.0.0. Read more

Similar

The Guide to Python Logging

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 »

How to package Python applications for Linux

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 »