Python IDE like NetBeans/Delphi IDE

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • fowlertrainer@anonym.hu

    Python IDE like NetBeans/Delphi IDE

    Hi !

    I search for an IDE that working in Windows, and knows these functions:

    A.) Automatic name searching/showing/extending on classes with
    keypressing (like Netbeans, or Delphi Ctrl+Space).
    B.) Debugging: breakpoints, step on lines (code), watch variables.

    Or A and B both.

    Please help me.

    Thanx:
    ft

  • Larry Bates

    #2
    Re: Python IDE like NetBeans/Delphi IDE

    Take a look at ActiveState:



    or for something more general:

    The Eclipse Foundation hosts 400+ open source projects with vendor-neutral governance, enabling global collaboration in automotive, IoT, cloud, and emerging …


    Larry Bates


    fowlertrainer@a nonym.hu wrote:[color=blue]
    > Hi !
    >
    > I search for an IDE that working in Windows, and knows these functions:
    >
    > A.) Automatic name searching/showing/extending on classes with
    > keypressing (like Netbeans, or Delphi Ctrl+Space).
    > B.) Debugging: breakpoints, step on lines (code), watch variables.
    >
    > Or A and B both.
    >
    > Please help me.
    >
    > Thanx:
    > ft
    >[/color]

    Comment

    • Franz Steinhaeusler

      #3
      Re: Python IDE like NetBeans/Delphi IDE

      On Tue, 05 Apr 2005 14:07:14 +0200, "fowlertrainer@ anonym.hu"
      <fowlertrainer@ anonym.hu> wrote:
      [color=blue]
      >
      >I search for an IDE that working in Windows, and knows these functions:
      >
      >A.) Automatic name searching/showing/extending on classes with
      >keypressing (like Netbeans, or Delphi Ctrl+Space).
      >B.) Debugging: breakpoints, step on lines (code), watch variables.
      >
      >Or A and B both.
      >[/color]

      What about Boa Constructor for A.)?

      I personally don't like the debugger so much,
      IMHO Hap Debugger is better and is similar to Visual Studio Debugger.

      You can also try DrPython (the development debugger is apparantly in
      process).


      --
      Franz Steinhäusler


      Comment

      • Markus Wankus

        #4
        Re: Python IDE like NetBeans/Delphi IDE

        More specifically, check out the pydev plugin for Eclipse.

        pydev.sourcefor ge.net

        M.

        Larry Bates wrote:[color=blue]
        > Take a look at ActiveState:
        >
        > http://www.activestate.com/Products/...onFamily/?_x=1
        >
        > or for something more general:
        >
        > http://www.eclipse.org/
        >
        > Larry Bates
        >
        >
        > fowlertrainer@a nonym.hu wrote:
        >[color=green]
        >>Hi !
        >>
        >>I search for an IDE that working in Windows, and knows these functions:
        >>
        >>A.) Automatic name searching/showing/extending on classes with
        >>keypressing (like Netbeans, or Delphi Ctrl+Space).
        >>B.) Debugging: breakpoints, step on lines (code), watch variables.
        >>
        >>Or A and B both.
        >>
        >>Please help me.
        >>
        >>Thanx:
        >>ft
        >>[/color][/color]

        Comment

        • JZ

          #5
          Re: Python IDE like NetBeans/Delphi IDE

          Dnia Tue, 05 Apr 2005 14:07:14 +0200, fowlertrainer@a nonym.hu napisa³(a):
          [color=blue]
          > Hi !
          >
          > I search for an IDE that working in Windows, and knows these functions:
          >
          > A.) Automatic name searching/showing/extending on classes with
          > keypressing (like Netbeans, or Delphi Ctrl+Space).
          > B.) Debugging: breakpoints, step on lines (code), watch variables.
          >
          > Or A and B both.
          >
          > Please help me.[/color]

          Check those:
          Eclipse + pydev plugin (free, stable, good integration with SVN plugin,
          pylint, debugger, refactoring)
          PythonWin (free, stable, fast, good debugger)
          WingIDE (commercial, slower than PythonWin but has many features)

          --
          JZ

          Comment

          • Axel Straschil

            #6
            Re: Python IDE like NetBeans/Delphi IDE

            Hello!
            [color=blue]
            > WingIDE (commercial, slower than PythonWin but has many features)[/color]

            You can use and reactivate a trial licence for WingIDE for a realy long
            term, give it a try, i bought a licence last week and realy love it!

            Lg,
            AXEL.
            --
            "Aber naja, ich bin eher der Forentyp." Wolfibolfi's outing in

            Comment

            Working...