Pydev for Eclipse

Pydev is Eclipse plugin to integrate Python to IDE, can download from here: http://pydev.org/download.html Somehow I cannot see Pydev in eclipse language list, found issue is on mismatched Java SDK, I installed JDK 1.7 64 bits but Eclipse 4.3 used 32bits, however everything in Eclipse is in Java including plugin. …

Android 4.2 SDK setup

Simple steps: 1) install Java JDK downloaded and installed JDK 7u13 64Bit 2) install Eclipse Classic 4.2.1 64Bit http://www.eclipse.org/downloads 3) Android SDK Tools available from http://developer.android.com/sdk/index.html unzip to C:/sdk 4) Proxy setup for next ADT install Android SDK Manager/Tools/Options Proxy Settings: HTTP Proxy Server: proxy HTTP Proxy Port: 8080 5) …

Eclipse IDE

It’s no doubt that Eclipse is best and mature IDE for project level development. same SDK platform + language plugin, Java, C/C++, PHP, Python learning curve is getting lower This is my installation path for multi-language IDE. 1) install Eclipse Classic 3.6 from http://www.eclipse.org/downloads/packages/eclipse-classic-360/heliosr 2) launch Eclipse, install C/C++ and …