I am Charmie

メモとログ

PyCharm: cross platform Python IDE

PyCharm is a python IDE. Community Edition

How to install

for Ubuntu

We can install via Ubuntu software center as a snap package.
See here for detail.

Alternatively, we can do it via terminal as written in the official web.

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

for Mac OS X

For Community Edition, we can install with homebrew.

brew cask install pycharm-ce