Early Access Program Releases

PyCharm 2017.3.2 RC

The PyCharm team is getting ready for the holidays and has some early Christmas presents features for you! If you can’t wait, try the release candidate version now! Download the RC from Confluence.

New in this version:

  • Type annotation ahead of time. You can’t put an inline type annotation when defining a variable in a `for` or a `with`  statement, so you need to provide the annotation in a separate place, read more in the ticket. This is now supported in PyCharm.
  • ‘Show command line afterwards’ now works correctly for remote interpreters. And further fixes to this feature
  • Various SQL syntax fixes for PostgreSQL and Oracle (PyCharm Professional Edition bundles all DataGrip features)
  • React code completion improvements (PyCharm Professional Edition bundles all WebStorm features)
  • 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