embedding python to add scripting to application question

Max M maxm at mxm.dk
Wed Aug 21 09:11:01 EDT 2002


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?

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




More information about the Python-list mailing list