PyCharm Quick Start for Xubuntu Linux
Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with PyCharm Community Edition Python IDE for Xubuntu 16.04 Xenial Xerus LTS GNU/Linux Desktop.
PyCharm Community Edition Features:
- Lightweight IDE for Python development
- Free, Open-Source, Apache 2 license
- Intelligent Editor, Debugger, Refactorings, Inspections, VCS integration
- Project Navigation, Testing support, Customizable UI, Vim key bindings

Open a Shell Terminal emulator window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
Download PyCharm Community Ed. for Xubuntu
Here PyCharm Linux tar.gzPlease Donate $1 to Remove Ads!Link to Download the PyCharm Community Edition for Xubuntu GNU/Linux.Select the PyCharm Community Edition for Linux.
Double-Click on Archive Extract into /tmp
Or from Command Line:
Copytar xvzf ~/Downloads/pycharm-community*.tar.gz -C /tmp/
Relocating PyCharm
First, Set the SuperUser as owner:Copysudo su -c "chown -R root:root /tmp/pycharm*"
To Switch the PyCharm contents:
Copysudo mv /tmp/pycharm-community* /opt/pycharm-community
Making PyCharm Symlinks.
Copysudo su -c "ln -s /opt/pycharm-community/bin/pycharm.sh /usr/local/bin/pycharm"
Copysudo su -c "ln -s /opt/pycharm-community/bin/inspect.sh /usr/local/bin/inspect"
Finally, to Launch PyCharm Python IDE
From Shell:Copypycharm
Then choose Create Desktop Entry from the ‘configure‘ Menu to make a Launcher:
PyCharm Quick Start Hello-World Python
Here PyCharm Quick Start GuidePlease Donate $1 to Remove Ads!Quick-Start on PyCharm Community Edition for Xubuntu GNU/Linux.