Python Forum

Full Version: PyCharm Early Release 2018.1 EAP now available
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have only been playing with this for a few hours, but like some things
very much already, specifically the new project Virtual Environment setup which
is greatly improved (and super easy to use) from the previous version. (Really easy to
choose and auto install packages needed for the project)

PyCharm 181.2784.25 Early Release (2018.1 EAP)
Download Community edition : https://www.jetbrains.com/pycharm/downlo...p&code=PCC

My favorite so far is new setup for virtual environment projects.

New Scientific Project Type automatically created with Conda environment
New windows 8.1 or higher support for multiple displays with different scale factors
Can now open terminal from Project tool window
Improved code completion fro std library
Default folder can be defined for virtual environments
New jupyter Notebook features, including convert code to jupyter Notebook and bugfix for _xsrf fail.

Supports embedded markdown diagrams

see https://confluence.jetbrains.com/display...ease+Notes for all new additions and fixes.

Lots of really neat stuff.
New virtual environment setup is really great and easy to use