PyCharm IDE released version 2018.2.5 today with some important bug-fixes. PyCharm 2018.2.5 features following changes: An issue that causes PyCharm to crash on Ubuntu 16.04 has been resolved Matplotlib 3.0.0 can now be imported in the Python Console Python code now folds correctly after it’s minimized with Ctrl+Shift+Numpad – (Cmd+Shift+- on macOS) Pycharm fails to… Continue reading PyCharm 2018.2.5 Released, Fixed Crash on Ubuntu 16.04
Tag: PyCharm
PyCharm 2018.2 Released! How to Install it in Ubuntu 18.04
PyCharm python IDE 2018.2 was released yesterday. Here’s how to install it in Ubuntu 18.04, Ubuntu 16.04. PyCharm 2018.2 release highlights: Fully supports pipenv: easily create projects with pipenv, create a pipfile, and have PyCharm update it for you when you install packages. Improved support for pytest: code completion and inspections are now support for… Continue reading PyCharm 2018.2 Released! How to Install it in Ubuntu 18.04
PyCharm 2018.1 Released! How to Install it in Ubuntu
The first release of PyCharm python IDE 2018 was announced earlier today with great new features. PyCharm 2018.1 release highlights: Data scientists can now define code cells in their files, and choose exactly which parts to execute. No more need to re-import your data every time you finetune your analysis! Do you run Python code on remote machines?… Continue reading PyCharm 2018.1 Released! How to Install it in Ubuntu
PyCharm 2017.3.2 Released! How to Install it in Ubuntu
Jetbrains announced the release of its Python IDE, PyCharm 2017.3.2, a day ago. Here’s how you can install it in Ubuntu 16.04 and higher. Changes in PyCharm 2017.3.2 include: 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… Continue reading PyCharm 2017.3.2 Released! How to Install it in Ubuntu
PyCharm 2017.3.1 Released with Small Improvements
The first update for PyCharm 2017.3 was released a few days ago with a couple of fixes and small improvements. Changes in PyCharm 2017.3.1 includes: Several issues with running Python modules (-m) were resolved: running modules remotely, showing command line after running Further issues with running code over SSH were resolved: they can now connect… Continue reading PyCharm 2017.3.1 Released with Small Improvements