Showing posts with label python programmers. Show all posts
Showing posts with label python programmers. Show all posts

Friday, February 14, 2014

PyCharm : New open-source Editor application for Python

0 comments

PyCharm : New open-source Editor application for Python

PyCharm Editor software is a new IDE from JetBrains , open-source , built specifically for Python programmers language.

It has a lot of wonderful features that improve productivity so much, watch the video above.


PyCharm is available in two versions : the first free open source ( a community ) , and the second is the professional which comes with some additional features for developers Web and supports : (Google App Engine, Flask, Django, web2py, CoffeeScript and other templating languages, Remote development, SQL and more)

For installation on Ubuntu ; download this package, and then unzip ( extract ) and then run the file pycharm.sh.

Note : that you 'll need to install the Java Oracle JRE (1.6 +).

Run the following commands , so the program will work.

sudo apt-get purge openjdk * && sudo add-apt-repository ppa: webupd8team/java && sudo apt-get update && sudo apt-get install oracle-java7-installer

     
Read more...