{"id":7617,"date":"2018-03-28T15:15:38","date_gmt":"2018-03-28T15:15:38","guid":{"rendered":"http:\/\/ubuntuhandbook.org\/?p=7617"},"modified":"2018-03-28T15:15:38","modified_gmt":"2018-03-28T15:15:38","slug":"pycharm-2018-1-released","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2018\/03\/pycharm-2018-1-released\/","title":{"rendered":"PyCharm 2018.1 Released! How to Install it in Ubuntu"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-5998\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2016\/07\/pycharm-ide245.png\" alt=\"PyCharm IDE\" width=\"245\" height=\"250\" \/><\/p>\n<p>The first release of PyCharm python IDE 2018 was announced earlier today with great new features.<\/p>\n<p><a href=\"https:\/\/blog.jetbrains.com\/pycharm\/2018\/03\/pycharm-2018-1\/\" target=\"_blank\">PyCharm 2018.1<\/a> release highlights:<\/p>\n<ul>\n<li>Data scientists can now define\u00a0<b>code cells\u00a0<\/b>in their files, and choose exactly which parts to execute. No more need to re-import your data every time you finetune your analysis!<\/li>\n<li>Do you run\u00a0<b>Python code on remote machines<\/b>? Configuring an SSH remote Python interpreter is now easier than ever.<\/li>\n<li>Even though\u00a0<b>Python 3.7<\/b>\u00a0isn\u2019t out yet, PyCharm 2018.1 already fully supports developing Python 3.7 code.<\/li>\n<li>Those of you who take pride in having precise commits will be pleased to hear that you can now choose which\u00a0<b>chunks of files\u00a0<\/b>to include in your\u00a0<b>git commits<\/b>.<\/li>\n<li>PyCharm is the Python IDE that knows your code, and PyCharm 2018.1 knows Python code better than ever with new\u00a0<b>code intelligence\u00a0<\/b>features.<\/li>\n<li><b>Docker Compose\u00a0<\/b>file format 3.3 and later are now supported. Also, performance of Docker Compose interpreters has improved significantly.<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2018\/03\/pycharm2018-600x300.jpg\" alt=\"\" width=\"600\" height=\"300\" class=\"aligncenter size-large wp-image-7618\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2018\/03\/pycharm2018-600x300.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2018\/03\/pycharm2018-450x225.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2018\/03\/pycharm2018-768x384.jpg 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2018\/03\/pycharm2018.jpg 1600w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<h4>How to Install PyCharm 2018.1 in Ubuntu:<\/h4>\n<p>Jetbrains offers official snap packages for Ubuntu Linux users. You can install it in Ubuntu 16.04, Ubuntu 17.10, Ubuntu 18.04 via following steps.<\/p>\n<p><b>1.<\/b> (<i>Ubuntu 16.04 only<\/i>) For those who never installed a snap package, open terminal (Ctrl+Alt+T) and run command to install <code>snapd<\/code> daemon:<\/p>\n<pre style=\"border:none;\">sudo apt-get install snapd snapd-xdg-open<\/pre>\n<p><i>No visual feedback while typing your password due to security reason.<\/i><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/07\/install-snapd-xdg-600x89.jpg\" alt=\"\" width=\"600\" height=\"89\" class=\"aligncenter size-large wp-image-6976\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/07\/install-snapd-xdg-600x89.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/07\/install-snapd-xdg-450x67.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/07\/install-snapd-xdg.jpg 709w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p><b>2.<\/b> Then you can search for and install PyCharm via Ubuntu Software:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2018\/03\/pycharm-ubuntu-software-600x366.jpg\" alt=\"\" width=\"600\" height=\"366\" class=\"aligncenter size-large wp-image-7619\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2018\/03\/pycharm-ubuntu-software-600x366.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2018\/03\/pycharm-ubuntu-software-450x275.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2018\/03\/pycharm-ubuntu-software-768x469.jpg 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2018\/03\/pycharm-ubuntu-software.jpg 895w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>\n<p>Or run command in terminal instead to install the IDE:<\/p>\n<pre style=\"border:none;\">snap install pycharm-community --classic<\/pre>\n<p><i>For professional, replace <code>pycharm-community<\/code> with <code>pycharm-professional<\/code> in the code.<\/i><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/11\/pycharm-community-snap-600x83.jpg\" alt=\"\" width=\"600\" height=\"83\" class=\"aligncenter size-large wp-image-7333\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/11\/pycharm-community-snap-600x83.jpg 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/11\/pycharm-community-snap-450x63.jpg 450w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2017\/11\/pycharm-community-snap.jpg 748w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/p>","protected":false},"excerpt":{"rendered":"<p>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\u00a0code cells\u00a0in 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\u00a0Python code on remote machines? [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,6],"tags":[1295,960],"class_list":["post-7617","post","type-post","status-publish","format-standard","hentry","category-howtos","category-news","tag-pycharm","tag-python-ide"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/7617","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/comments?post=7617"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/7617\/revisions"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=7617"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=7617"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=7617"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}