Upgrading Python CLI Packages

We usually care about keeping our terminal tools up to date. pip however doesn’t provide an easy way to upgrade CLI packages. Here’s a workaround. Read more

Similar

Building a Python project

Due to day job I was looking for Java project build systems. Whilst searching for that I saw references of Python build system. But hang on a second, Python is a scripting language; you simply run … (more…)

Read more »