Python 3 support for third party libraries

Recently, I analyzed Python 3 support for packages listed in PyPI to judge the risk of completely dropping Python 2 in 2017. In this……

Similar

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.. (more…)

Read more »