embedding python to add scripting to application question

Alex Prooper alexp at xs4all.nl
Wed Aug 21 09:30:02 EDT 2002


Max M <maxm at mxm.dk> wrote:

>Alex Prooper wrote:
>
> > What is the best way to do all this? Can I in some way use IDLE to 
>help me?
> > If so, how?
>
>Perhaps you should rethink your approach?
>
>How about writing the program in Python, and then just have the 
>performance critical parts in c?

I am much more experienced in C/C++ then in Python. But even if I
would write the application in Python, and the performance critical parts in
C/C++, the question remains: How do I provide the user with the possibility to
edit/debug/run a script?

>
>Ie, if you want to play a sequence of notes, you just pass your "player" 
>written in c a list of musical events from Python.
>
>You have a lot of Gui possibilities to choose from in Python, and you 
>will be finished 10x faster ;-)
>
>
>regards Max M
>


Alex Prooper



More information about the Python-list mailing list