Eclipse IDE – Setting Up for Python and PHP Development

eclipsePHPpython

There are various versions of Eclipse IDE available at Eclipse Download. Since, I am not concerned with Java development, I downloaded the Eclipse Classic 3.7.1. Now, I want my IDE to be setup for Python and PHP development.

1) Have i downloaded the correct version ??

2) What tools should i download next.

NOTE : I haven't installed anything yet, just downloaded the classic version from Eclipse website.

Best Answer

Eclipse 3.7.1 is the latest version, so it's fine. You'll also need:

and of course you'll need some kind of PHP stack and a Python interpreter.

Related Topic