Python Package Managers

Package managers – the most popular being Pip – are an integral part of the Python ecosystem. This article provides a broad summary of the history of Python package managers.. Read more

Similar

Python in GitHub Actions

GitHub’s own CI called GitHub Actions has been out of closed beta for a while and offers generous free quotas and a seamless integration with the rest of the site. Let’s have a look on how to use it for an open source Python package. (more…)

Read more »