472,958 Members | 2,271 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,958 software developers and data experts.

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
Jul 10 '07 #1
6 1067
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.

http://wingware.com/

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 -------------

Jul 10 '07 #2
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
Jul 10 '07 #3
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" <jo************@sbcglobal.netwrote in message
news:Bs*******************@newssvr14.news.prodigy. 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

Jul 10 '07 #4
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" <st***@holdenweb.comwrote in message
news:ma**************************************@pyth on.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.

http://wingware.com/

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 -------------

Jul 10 '07 #5
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.

http://www.wxpython.org/py.php

Regards,
Björn

--
BOFH excuse #318:

Your EMAIL is now being delivered by the USPS.

Jul 10 '07 #6
On Jul 9, 5:14 pm, "Atul Bhingarde" <abhin...@bellsouth.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:
http://wiki.woodpecker.org.cn/moin/UliPad

Jul 11 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: stephenlee | last post by:
I want to develop a simple Python program to edit source code that is persisted in a database (memo fields). The code to be edited is iHTML and SQL and I want syntax colouring and good basic...
11
by: Ed Suominen | last post by:
I'm thinking of implementing a real-time collaborative text editor in Python using Twisted. An initial plan is to use a Twisted PB server daemon that accepts user:password:file connections from...
3
by: Chris Cioffi | last post by:
I started writing this list because I wanted to have definite points to base a comparison on and as the starting point of writing something myself. After looking around, I think it would be a...
21
by: PythonStudent | last post by:
Hi, Can one of you say to me what's the best editor for editing the python programs ( for linux or windows ), and if you can send it to me to the adresse Ahcheriet@gmail.com Thanks
56
by: Omar | last post by:
I'd love the perfect editor that would be: a) free b) enable me to drag and drop code snippets from a sort of browser into the code c) can run programs right from within d) can edit
3
by: Ge Chunyuan | last post by:
hi Group: I am a new comer for Python, I wonder which IDE is recommended in Windows OS. Can anyone give some suggestion. Thanks indeed Ge Chunyuan
0
by: Maurice LING | last post by:
"The Python Papers" (http://pythonpapers.org), ISSN 1834-3147, is an online e-journal, covering articles on Python in the community, industry and academia. We were established in the second half of...
9
by: korean_dave | last post by:
From command Prompt, i type in a script, "tryme.py". This, instead, brings up PythonWin editor and Interactive Window. Path variable is "C:\Python24". (I need Python 2.4 installed, not 2.5) ...
3
by: danesh1354 | last post by:
Hi All, First I need to construct a text editor by python programming and add this code to a biger code that has been written before, and i would like that by my code for this editor have a...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.