Python Development with Eclipse and Ant


Posted

in


The Daily Python-URL is chock full of Python linkage today.  The one that has the biggest wow factor to me is a link to Python development with Eclipse and Ant at IBM developerWorks.  The article, which I managed to miss when it came out on June 15, details how to set up Eclipse as a Python development environment.  The story glues together PyDev, a Python Eclipse plugin, Python Ant tasks, and even manages to make mention of Mark’s feed parser.

The eclipse solution sounds like it would be much more elegant and coherent than my current uses of Pythonwin and IDLE on Windows and the text editor of the moment, the command line, and the interactive interpreter on Linux (usually over SSH).