How to correctly install Python applications & libraries

It is well known that Python has a problem when it comes to installation of applications since shared libraries can sometimes have significant API changes from one version to another. Added to the complication is the fact that many linux based distros have a preinstalled version of Python that comes with old versions of certain libraries that if overwritten can affect OS stability. In this guide I will outline the best way to install Python applications & libraries from PyPI without breaking your system and causing a dependency hell....

April 9, 2022 · 4 min · Amarpreet Singh

Hello World

Hi. Made the switch from Medium since content there is now locked behind login pages. I thought of starting this blog in order to help newcomers understand tech concepts that are not well explained or elaborated upon by other resources. If you feel the need to contact me use any other methods available at the homepage or write to me at solamarpreet@protonmail.com

February 10, 2022 · 1 min · Amarpreet Singh

Series

Contains guides and tutorials in a serialized format

March 11, 2019 · 0 min · Amarpreet Singh