Eclipse and Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ChrisH

    Eclipse and Python

    Is anyone using Eclipse with python?

    I did a google search and discovered this was brought up about a year
    ago, but I'm wondering if there have been any significant improvements
    with the python plugins and if anyone is using them.
  • Steve Menard

    #2
    Re: Eclipse and Python

    ChrisH wrote:[color=blue]
    > Is anyone using Eclipse with python?
    >
    > I did a google search and discovered this was brought up about a year
    > ago, but I'm wondering if there have been any significant improvements
    > with the python plugins and if anyone is using them.[/color]

    I am currently PyDev with eclipse. It works, more or less. At the very
    least, it does as much as pretty every other Python Editor I have seen,
    plus it is famillair to me since I spend most of my time in eclipse.

    It does not however provide those niceties made easy by Java's static
    typing. I.e. refactorin, ctrl-click to go to definition, etc ...

    It is supposed to include a debugger, but I havent had the chance to try
    it out yet.

    Steve

    Comment

    Working...