OPERATING SYSTEMSOS Linux

How to download and install PyCharm IDE on Ubuntu 20.04 LTS Linux | 2021

In this video I will show How To Install PyCharm Python IDE on Ubuntu 20.04 LTS Linux (Community Edition). Installing PyCharm is easy.
PyCharm IDE (Integrated development environment ) is created by Czech company JetBrains. PyCharm is used specifically for the Python language. PyCharm is cross-platform, with Windows, macOS and Linux versions.
Python code is written in .py files Or an interactive Python prompt (Python command line) Where do I write Python code?
We write Python code IDEs (Integrated development environment ) such as PyScripter, Wing IDE, PyCharm, Python IDLE, …
How do I run? Double-click .py, from command line, IDEs.

—————————————————————————————————————————
Installing Python 3.9 on Ubuntu with Apt
Installing Python 3.9 on Ubuntu with apt is a relatively straightforward process and takes only a few minutes to complete.

1. Update the packages list and install the prerequisites:
sudo apt update
sudo apt install software-properties-common

2. Add the deadsnakes PPA to your system’s sources list:
sudo add-apt-repository ppa:deadsnakes/ppa
When prompted, press [Enter] to continue.

3. Once the repository is enabled, you can install Python 3.9 by executing:
sudo apt install python3.9

4. Verify that the installation was successful by typing:
python3.9 –version

—————————————————————————————————————————

Install Pycharm using snap packages:
snap find pycharm
sudo snap install pycharm-professional –classic

source

by Danish Shaikh

linux download

Leave a Reply

Your email address will not be published. Required fields are marked *