How to Download & Install Python with Aptana Studio IDE


Below are the detailed steps to install Python
Step 1: Installing Python
To download and install Python visit the official website of Python http://www.python.org/downloads/ and choose your version. We have chosen Python version 2.7.5
How to Download & Install Python with Aptana Studio IDE
Note: Even though Python version 3 is latest, version 2 is widely used in industry.
Step 2: Choosing an editor/IDE
To run your Python, you need an editor. There some popular online editor for Python language that you can use like
Step 3: Installing developer's tool, here we will download Aptana studio 3 and mysysGit, to the system.
How to Download & Install Python with Aptana Studio IDE
Step 4: Start installing the Aptana Studio 3 once it is downloaded. The Setup Wizard will take some time to execute
How to Download & Install Python with Aptana Studio IDE
Step 5: Once you have Installed Aptana Studio, open it. Make sure that you also install the mysysGit along with it
How to Download & Install Python with Aptana Studio IDE
Aptana Studio is useful against all the languages like Ruby, JavaScript, PHP, etc. If you are installing Studio 3 as an Eclipse plugin, you must use Eclipse 3.5 or better
Step 6: In main menu follows the following steps
How to Download & Install Python with Aptana Studio IDE
  1. Click on help menu
  2. Click on "About Aptana Studio 3."
Step 7: Another window will open, click on "leaf" icon to see that developer environment is installed
How to Download & Install Python with Aptana Studio IDE
Step 8: The developer window will look like this, click on close and it will take back to the main window
How to Download & Install Python with Aptana Studio IDE
Step 9: Now in the main window click on "local file system" in our case "Guru99" and follow the following steps
How to Download & Install Python with Aptana Studio IDE
  1. Right, click on guru99 folder
  2. Click on "Promote to Project."
Now, we are ready to build and run our first program in Python.

Comments

Popular posts from this blog

Introduction to BIG DATA: Types, Characteristics & Benefits

Learn Python Main Function with Examples: Understand __main__

Python XML Parser Tutorial: Create & Read XML with Examples