How to Install PyCharm on Ubuntu 16.04 LTS?
Introduction
PyCharm is an IDE (Integrated Development Environment) which is used to write code and develop applications. Specifically, It is designed for Python programming and supports web development using Django.
It was designed and developed by JetBrains Inc and initially released on July, 2010.
Prerequisites
- Ubuntu 64 bit
- KDE, GNOME or Unity DE desktop
- Python 2.4 or higher, Jython, PyPy or IronPython
PyCharm Installation
1) Download Pycharm Archive
Visit official site https://www.jetbrains.com and download archive file.
Save archive
2) Move and Extract
3) Install PyCharm
This command will open installation pop ups that are showing below.
Import settings if any
Select trial version
Accept license agreement
After that PyCharm welcome page displays that look like below.
Well, PyCharm has installed successfully. Now, we can create new python projects and develop applications.
Happy Coding!