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

Tuesday, July 29, 2014

Canopy : text editor for Python

0 comments

Canopy : text editor for Python

Canopy is a text editor or IDE is designed for the Python programming language, an open source, easy to use and more effective, the production company is Enthought.

 - To download the Canopy Click on this here, then select the appropriate package 64 or 32-bit.

# Installation method : 


1. Drag the file and drop it into the terminal Terminal window and then press Enter.

2. Press Enter again.

3. Press the letter q.

4. Type the word yes.

5. Press Enter to begin the installation process.

6. Type yes again.

7. The installation has successfully been completed, you will find the application in the list of applications you have.

     
Read more...

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...