PyCharm is a Python IDE with unique code assistance and analysis, for productive Python development on all levels. It’s an intelligent Editor, with code completion, on-the-fly error highlighting, auto-fixes. Its got support for modern web development frameworks, such as Django, Flask, Google App Engine, Pyramid, web2py, etc.
PyCharm comes in 2 editions, Professional Edition which is a paid edition and Community Edition which is free.
For all features of PyCharm, click here
System Requirements
- 512 MB RAM minimum, 1 GB RAM recommended
- 1024×768 minimum screen resolution
- Oracle JRE 1.6+ or OpenJDK 1.7+
- Python 2.4 or higher, Jython, PyPy or IronPython
Install PyCharm
$ wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add - $ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu $(lsb_release -sc)-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list' $ sudo apt-get update $ sudo apt-get install pycharm