~~~ Python Use Question ~~~

John Hunter jdhunter at ace.bsd.uchicago.edu
Sat Nov 23 11:30:39 EST 2002


>>>>> "smartcardware" == smartcardware com <questions at smartcardware.com> writes:

    smartcardware> Greetings!  I am the lead developer in a upcoming
    smartcardware> game company that will start work on a new game at
    smartcardware> the beginning of 2003.  We are (like everyone else
    smartcardware> in the gaming industry right now) searching for a
    smartcardware> scripting language to use in our game.  I've heard
    smartcardware> that Python is a great scripting language with one
    smartcardware> downfall for game designers/programmers.  That is
    smartcardware> that you must embed your code into Python, instead


No, you can embed python into your program. See
http://www.python.org/doc/current/ext/ext.html, especially the
sections on "embedding python"

Search google and google groups for "embedding python"

John Hunter




More information about the Python-list mailing list