highly einteractive editor for python

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

    #1

    highly einteractive editor for python

    Does anybody know an editor that facilitates, interactive python
    development. Where GUI etc developed will be possible to see in real time
    mode.

    Thanks

    Atul


  • Steve Holden

    #2
    Re: highly einteractive editor for python

    Atul Bhingarde wrote:
    Does anybody know an editor that facilitates, interactive python
    development. Where GUI etc developed will be possible to see in real time
    mode.
    >
    Thanks
    >
    Atul
    >
    >
    Wind IDE is great for debugging GUI-based programs - you can set
    breakpoints in event-handling routines and see them activate when your
    program responds to mouse clicks and so on.

    A Python IDE for AI-agent development: manage your coding agents and make them faster and cheaper, plus a full debugger, editor, testing, and more for hands-on coding.


    regards
    Steve
    --
    Steve Holden +1 571 484 6266 +1 800 494 3119
    Holden Web LLC/Ltd http://www.holdenweb.com
    Skype: holdenweb http://del.icio.us/steve.holden
    --------------- Asciimercial ------------------
    Get on the web: Blog, lens and tag the Internet
    Many services currently offer free registration
    ----------- Thank You for Reading -------------

    Comment

    • Josiah Carlson

      #3
      Re: highly einteractive editor for python

      Atul Bhingarde wrote:
      Does anybody know an editor that facilitates, interactive python
      development. Where GUI etc developed will be possible to see in real time
      mode.
      Boa Constructor? wxGlade embedded in some other software (SPE?) XRCed?
      What do you mean by "real time mode"?

      - Josiah

      Comment

      • Atul Bhingarde

        #4
        Re: highly einteractive editor for python

        What I want to see is that it is possible to create a python based
        application in a environment where I can see the results as I am creating
        it, specifically gui widgets (from say TK). This will provide a robust
        mechanism to see gui layout as well.

        Thanks

        Atul
        "Josiah Carlson" <josiah.carlson @sbcglobal.netw rote in message
        news:BsFki.1973 4$2v1.17797@new ssvr14.news.pro digy.net...
        Atul Bhingarde wrote:
        >Does anybody know an editor that facilitates, interactive python
        >development. Where GUI etc developed will be possible to see in real time
        >mode.
        >
        Boa Constructor? wxGlade embedded in some other software (SPE?) XRCed?
        What do you mean by "real time mode"?
        >
        - Josiah

        Comment

        • Atul Bhingarde

          #5
          Re: highly einteractive editor for python

          I liked what the Wing IDE provides, one question though will it provide
          facility like creating the GUI widgets (say using TK) and facilitaate layout
          for the same and then run the script ?

          Thanks

          Atul
          "Steve Holden" <steve@holdenwe b.comwrote in message
          news:mailman.50 9.1184032416.22 759.python-list@python.org ...
          Atul Bhingarde wrote:
          >Does anybody know an editor that facilitates, interactive python
          >development. Where GUI etc developed will be possible to see in real time
          >mode.
          >>
          >Thanks
          >>
          >Atul
          Wind IDE is great for debugging GUI-based programs - you can set
          breakpoints in event-handling routines and see them activate when your
          program responds to mouse clicks and so on.
          >
          A Python IDE for AI-agent development: manage your coding agents and make them faster and cheaper, plus a full debugger, editor, testing, and more for hands-on coding.

          >
          regards
          Steve
          --
          Steve Holden +1 571 484 6266 +1 800 494 3119
          Holden Web LLC/Ltd http://www.holdenweb.com
          Skype: holdenweb http://del.icio.us/steve.holden
          --------------- Asciimercial ------------------
          Get on the web: Blog, lens and tag the Internet
          Many services currently offer free registration
          ----------- Thank You for Reading -------------
          >

          Comment

          • Bjoern Schliessmann

            #6
            Re: highly einteractive editor for python

            Atul Bhingarde wrote:
            What I want to see is that it is possible to create a python based
            application in a environment where I can see the results as I am
            creating it, specifically gui widgets (from say TK). This will
            provide a robust mechanism to see gui layout as well.
            Py is an IDE for Python/wxPython that, AFAICS, does what you look
            for.



            Regards,


            Björn

            --
            BOFH excuse #318:

            Your EMAIL is now being delivered by the USPS.

            Comment

            • xxmplus@gmail.com

              #7
              Re: highly einteractive editor for python

              On Jul 9, 5:14 pm, "Atul Bhingarde" <abhin...@bells outh.netwrote:
              Does anybody know an editor that facilitates, interactive python
              development. Where GUI etc developed will be possible to see in real time
              mode.
              >
              Thanks
              >
              Atul
              Have a look at UliPad:


              Comment

              Working...