Basic Python IDE

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Chaven
    New Member
    • Aug 2007
    • 2

    Basic Python IDE

    Hi

    Ive done some work on a basic python editor, with code folding, syntax highlighting and the idle shell. It also includes a forms editor to quickly build windows forms applications using wxpython widgets. The application still needs some finetuning especially the running of files as it doesnt pass code directly to the interpreter but uses a simple one liner os.startfile(ar gs) which works only with certain files. The compiled file ~ 50 kB. My intention is that it be freeware, getting input from other skilled programmers. Whats the recommended approach.


    Thanks
    C
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by Chaven
    Hi

    Ive done some work on a basic python editor, with code folding, syntax highlighting and the idle shell. It also includes a forms editor to quickly build windows forms applications using wxpython widgets. The application still needs some finetuning especially the running of files as it doesnt pass code directly to the interpreter but uses a simple one liner os.startfile(ar gs) which works only with certain files. The compiled file ~ 50 kB. My intention is that it be freeware, getting input from other skilled programmers. Whats the recommended approach.


    Thanks
    C
    Perhaps you'd like to start your own wxPython Wiki page as a means of getting your software into the public domain.

    Comment

    Working...