PyCharm Python IDE for Linux Ubuntu. Install PyCharm Python IDE on Ubuntu 16.04 Systems. PyCharm Python IDE is an intelligent Python IDE offering unique coding experience. PyCharm provides smart code completion, code inspections, on-the-fly error highlighting and quick-fixes, along with automated code refactorings and rich navigation capabilities.
PyCharm’s smart code editor provides first-class support for Python, JavaScript, CoffeeScript, TypeScript, CSS, popular template languages and more. In addition to Python, PyCharm provides first-class support for various Python web development frameworks, specific template languages, JavaScript, CoffeeScript, TypeScript, HTML/CSS, AngularJS, Node.js, and more. PyCharm provides first-class support for the Django web framework.
PyCharm 2016.1
PyCharm 2016.1 is the first update in the series of releases planned for 2016. It brings an outstanding lineup of new features for professional Python, Web and scientific development that work together smoothly to offer you a unique coding experience. PyCharm 2016.1 brings initial support for Docker Compose. Specify the Docker Compose configuration file (docker-compose.yml) and the service representing your project, and PyCharm will take care of the rest for you.
PyCharm now supports Tox, the virtualenv management and testing tool. It also brings support for the recent addition to PEP 484: Suggested syntax for Python 2.7 and straddling code. PyCharm is now able to generate type annotations based on the information on types it has collected during a debug session. This type information will be inserted in a format compatible with your project interpreter’s Python version.
Install PyCharm IDE On Ubuntu
Run the following commands in Terminal to install the latest PyCharm IDE in Ubuntu 16.04 via PPA. The same commands can be used to install PyCharm on Ubuntu 15.04, Ubuntu 14.04 and Ubuntu Derivatives:
sudo add-apt-repository ppa:mystic-mirage/pycharm
sudo apt update
sudo apt install pycharm
If you wish to uninstall and remove PyCharm from Ubuntu Systems, run the command given below:
sudo apt remove pycharm