PyCharm 2019.2 EAP 3 release, JetBrains the Python IDE

PyCharm 2019.2 EAP 3  release of, PyCharm by JetBrains built a Python IDE. PyCharm addition to the general IDE with features, but also offers some nice features for Django development, and support Google App Engine and IronPython.

The new version updates include:

positional-only parameter supports Python 3.8 introduced

When using Python 3.8 in the latest PyCharm EAP in, PyCharm will recognize the positional-only parameter syntax:

It will display parameters tips to help you properly use these parameters:

It will also check for compatibility issues. If you try to use the positional-only parameter in Python 3.7, you will receive a warning:

Restart kernel operations

Jupyter Notebooks has gained the support of major improvements. You can now restart the kernel, without shutting down the whole server.

Cell line delimiter

You can now assign a cell in Jupyter Notebooks: Learn more .

Bellow run all the controls in Notebooks

Microsoft Store support Python interpreter

More details can be found in the announcement .

Guess you like

Origin www.oschina.net/news/107460/pycharm-2019-2-eap-3-released