PyCharm 2017.1 released. Install PyCharm Python IDE for Linux Ubuntu Systems. Python IDE for professional developers. The latest release is up to 40 times faster for Python 3.6, and up to 2 times faster for older Python versions. Improved Python and JavaScript testing. Support for the six library and much more.
PyCharm 2017.1
Faster Debugger – Python 3.6 debugging is now up to 40x faster! We have been able to use some new features in Python 3.6 to radically improve the performance of the PyCharm debugger. Is your project not on 3.6 yet? Python 3.5 (and older) debugging got up to two times faster as well.
New and Improved Test Runners – PyCharm has now adopted the TeamCity API for test runners. This means that test configurations will be consistent between the IDE and CI builds. This allows us to use the native test runners, and will make integration of new test runners in the future easier.
Support for the six Library – If you’d like to upgrade to Python 3, but still need to support Python 2 for a while, you can use the six library. The six library enables you to write a single codebase that can run on both Python 2 and Python 3 interpreters. PyCharm now has accurate code completion and code insight for six.
Django, Flask & Pyramid – PyCharm has been updated to support all current versions: Django 1.10, Flask 0.12, and Pyramid 1.8.2.
Vue.js – Vue.js is a rapidly growing new JavaScript framework. Get the Vue.js plugin from the JetBrains repository (Settings | Plugin | Install JetBrains Plugin) to try it out in PyCharm 2017.1! The new version of PyCharm adds Vue autocomplete and code assistance, which also works in multiple languages within .vue files.
Improved Log Viewer – Our log viewer has a couple of small useful improvements: you can now search commits using regex, and toggle case sensitivity.
File History – An improved file history panel. For example, you can now easily toggle between seeing only the commits on the branch you’re currently on, or the commits on all branches.
SSH Multi-Factor Authentication – If you’re security-conscious, you may have hardened your server’s SSH access with 2-factor authentication. PyCharm now supports connecting to SSH servers that are protected with Google Authenticator.
Install PyCharm 2017.1
Run the following commands to install the latest release of Python IDE, PyCharm 2017.1 on Ubuntu Systems:
sudo apt-get update
sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu $(lsb_release -sc)-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sudo apt-get update
sudo apt install pycharm
Once installed, open the PyCharm from Ubuntu Dash.