How to install pip on Ubuntu – Python Package Manager

  • Post last modified:May 1, 2020
  • Post category:Linux
  • Post author:

pip is a free and open source Python package manager for Linux, macOS, Windows and Unix. Using pip you can easily install and manage python packages from Python Package Index (PyPI) online repository or any other indexes on your system. It is released under MIT license. In this tutorial i am going to install pip python package manager for Python 3 and Python 2.

Note: Python 2 officially in end-of-life and Python 2.7.18 is the last stable release of Python 2, released on April 20, 2020. Python 2 is not installed by default on Ubuntu 20.04. So Python users please switch to Python 3.

(more…)

Continue ReadingHow to install pip on Ubuntu – Python Package Manager

How to install Spyder Scientific Python Development Environment on Ubuntu

  • Post last modified:March 20, 2023
  • Post category:Linux
  • Post author:

Spyder is a free open source python IDE for Linux, Windows and mac OS. It comes with multi language editor with function and class browser, auto completion, real-time analysis, syntax highlighting, horizontal and vertical splitting, build-in IPython console, variable explorer,…

Continue ReadingHow to install Spyder Scientific Python Development Environment on Ubuntu

How to install Pyzo Python IDE on Ubuntu – Best interactive IDE for Scientific Python

  • Post last modified:June 21, 2023
  • Post category:Linux
  • Post author:

Pyzo is a free and open source integrated development environment for Python. With the help of miniconda and anaconda you can manage your Python packages. You can also use it without any Python interpreter.Pyzo is written in Python 3 and…

Continue ReadingHow to install Pyzo Python IDE on Ubuntu – Best interactive IDE for Scientific Python