There are some perceptions that among different coding languages today, Java has become old fashioned or outdated. A lot of younger developers today opt for what they consider to be more modern languages — even though some of these, like Python, is as old or older than Java! In some cases, there is logic to the […]
Python
How to install pip on RHEL 7 / CentOS 7 ?
Pip is a platform independent package management software. Pip stands for “Pip Installs Packages”. The Python Packaging Authority (PyPA) maintains many of the python relevant projects. The software developed through the PyPA is used to package, share, and install Python software and to interact with indexes of downloadable Python software such as PyPI, the Python […]
How to Install Python 3 on Redhat Enterprise Linux 7.x ?
Python is available on most of the operating systems in the world. By default Redhat provides 2.7x version on Redhat Enterprise Linux 7.x. But the new development is mostly happening on Python 3.x version since 2.x is legacy. If you need python 3.x, then you need to install it using the Redhat software repository (if […]


