PyCharm Quick Start on Debian GNU/Linux
Hi! The Tutorial shows you Step-by-Step How to Quick Start with PyCharm Community Edition Python IDE for Debian GNU/Linux KDE/Gnome/Lxde/Xfce Desktop.
And PyCharm for Debian is a Python IDE with Complete Set of Tools for Python development. In Addition, the IDE provides capabilities for Professional Web Development using the Django Framework.
And the PyCharm Community Edition Features are:
- 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
-
How to Install PyCharm Python IDE for Debian
-
Run PyCharm.
-
Create a New PyCharm Project.
Named: “helloWorld”
-
Right-Click on Project >> New >> File.
Named: “helloWorld.py”
-
Append a Hello-World Content.
Example:
print "Hello, World!"
Ctrl+s to Save
-
Right-Click on File >> Run ‘helloWorld.py’.
Output:
-
PyCharm Official Documentation