Early Access Program Releases

PyCharm 2017.3.3 RC

Today we’ve published PyCharm 2017.3.3 Release Candidate which has a number of important fixes specific to PyCharm as well as numerous platform fixes. If you’d like to try them, you can now get the release candidate from the confluence page.

Some of the fixes in this build:

  • Fixes for false positives in SQLAlchemy support
  • A fix for Python Console not showing a prompt after calling input()
  • A fix for freezes on closing the IDE while connecting to an SSH host
  • Various fixes for javascript and database support
  • And more, see the release notes for details

If you use multiple JetBrains applications, you can use JetBrains Toolbox to make sure all your JetBrains IDE’s stay up to date. PyCharm is also available as a snap package. If you’re on Ubuntu 16.04 or later, you can install this PyCharm RC version by using:

sudo snap install [pycharm-professional|pycharm-community] --classic --candidate

image description