How to install Thonny Python IDE on Ubuntu

  • Post last modified:November 26, 2020
  • Post category:Linux
  • Post author:

Thonny is a free and open source Python IDE for Windows, MacOS and Linux. It is best for beginners for its easy to use and build-in python configuration. It comes with Built-in Debugger, you can explore the variable via variable explorer, code completion and support for syntax errors and explain scopes. You can also install install 3rd party packages easily in Thonny IDE. Some other features are Heap, Stack, Assistant and Object Inspector. It is released under Mit License.

Thonny Python IDE

(more…)

Continue ReadingHow to install Thonny Python IDE on Ubuntu

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:February 8, 2018
  • 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 uses the Qt widget toolkit. It comes with 2 main components, the editor and the shell. And also supports powerful introspection and allows various ways to interactively run code. It is available for linux, mac os and windows. Some other features are shortcut editor, Qt themes, Unicode support, magic commands, auto indentation, syntax highlighting and breakpoints for debugging.

(more…)

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

How To Install PyCharm IDE Community edition On Ubuntu Linux OS

  • Post last modified:October 17, 2017
  • Post category:Linux
  • Post author:

PyCharm is a best Python IDE from Jetbrains. Jetbrain PyCharm IDE comes in two variants, professional and community edition. The community edition is free and professional edition has some more features. The free and open source community edition is a lightweight IDE for Python & Scientific development. The community edition comes with Intelligent Editor, Graphical Debugger, Refactorings, Code Inspections and Version Control Integrations.It supports the core python language, PyQt, PyGTK, XML, HTML and RelaxNG.

(more…)

Continue ReadingHow To Install PyCharm IDE Community edition On Ubuntu Linux OS