• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / PyCharm 2017.1 Released – Install PyCharm Python IDE On Ubuntu

PyCharm 2017.1 Released – Install PyCharm Python IDE On Ubuntu

By Sourabh / March 25, 2017 Category: How To, Ubuntu

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.

Tags: Features PyCharm 2017.1, Install PyCharm 2017.1, Install PyCharm IDE Linux, Install PyCharm IDE Ubuntu, Install PyCharm Linux, Install PyCharm Python IDE Linux, Install PyCharm Python IDE Ubuntu, Install PyCharm Ubuntu, Install Python IDE Linux, Install Python IDE Ubuntu, Linux PyCharm 2017.1, PyCharm 2017.1, PyCharm 2017.1 Features, PyCharm 2017.1 Linux, PyCharm 2017.1 Released, PyCharm 2017.1 Ubuntu, Ubuntu PyCharm 2017.1

Primary Sidebar

Latest Posts

Clear History In Linux Terminal Permanently

How To Create Zip File In Ubuntu Terminal With Password

How To Check Difference Between Two Files In Linux Ubuntu

How To Check Kernel Installed Date In Linux Command Line

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

© 2025 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap