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
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.
Step 4: Start installing the Aptana Studio 3 once it is downloaded. The Setup Wizard will take some time to execute
Step 5: Once you have Installed Aptana Studio, open it. Make sure that you also install the mysysGit along with it
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
- Click on help menu
- Click on "About Aptana Studio 3."
Step 7: Another window will open, click on "leaf" icon to see that developer environment is installed
Step 8: The developer window will look like this, click on close and it will take back to the main window
Step 9: Now in the main window click on "local file system" in our case "Guru99" and follow the following steps
- Right, click on guru99 folder
- Click on "Promote to Project."
Now, we are ready to build and run our first program in Python.
Comments
Post a Comment