Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

Is it currently possible to develop for Google App Engine in Eclipse using both the Java languages and Python (Not together, but as different application types in Eclipse)? I've been able to set up and create a hello world app engine application in Python on my machine using the Python GAE SDK, but it looks like the only way I can do a Java application is through Eclipse and the plugin from Google.

share|improve this question

closed as off topic by Thomas Owens, Steve Evers, Yannis Rizos, Mark Trapp Jan 12 '12 at 11:47

Questions on Programmers Stack Exchange are expected to relate to software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 2 down vote accepted

PyDev is what you are looking for. It's an Eclipse plugin for Python development that includes some support for GAE and Django.

share|improve this answer
Thanks for the help. I had looked into that and it seems pretty seemless, minus all the weird initial setup. I was hoping that Google Plugin for Eclipse would just allow me to choose between Java and Python (and later on, more languages like their Go) – Shawn Strickland Aug 4 '11 at 5:49

Not the answer you're looking for? Browse other questions tagged or ask your own question.