How to install Python library in Ubuntu Linux

Install Python library on Ubuntu

Python is quite a well-known language in today’s world when Artificial Intelligent backed products are booming. It is popular because of its simplicity and versatility. Developers can use it on all popular operating systems to code their applications, the best thing about Python is it …

Read more

How to Install Jupyter on Ubuntu 20.04 LTS Linux

Install Jupyter on Ubuntu 20.04 LTS Linux

Tutorial to learn the steps involve in the installation of Jupyter Notebook on Ubuntu  20.04 Focal Fossa using the command Terminal. What is Jupyter Notebook? The Jupyter Project is a non-profit initiative that aims to develop and provide open-source software and open standards for interactive …

Read more

Install Python 3.x or 2.7 on Debian 11 Bullseye Linux

Install Python 3 or 2.7 on Debian 11 Bullseye Linux

Learn the commands to install Python 3.x and Python 2.7 on Debian 11 Bullseye or 10 Buster using terminal and also set the default version. Python is a free, open-source programming language for a wide range of software projects. This programming language comes with clear syntax …

Read more

How to Install Pycharm Ubuntu 20.04 LTS

Install Pycharm IDE on Ubuntu 20.04 LTS

Here we learn the steps to install PyCharm on Ubuntu 20.04 or 18.04/21.04 LTS using the command terminal. You can follow this tutorial for Linux Mint, Debian, MX Linux, POP!OS and other similar Linux distros.  To develop software applications, developers use various IDEs (Integrated Development …

Read more

How to install Python 2.7 on Ubuntu 20.04 LTS

Install python2 and PIP 2 on Ubuntu 20.04

As we know Ubuntu 20.04 LTS which is the Long term version of Canonical has dropped the previous version of Python that is 2, to give space to the latest version of Python 3.  Therefore, if there is some application that required Python 2.7 then …

Read more