Hi Hayden, Mainly it is just an issue of system performance. Running compiled pyc files will run faster than running a Python program from raw source. In a small game like Blackjack I doubt it really matters much, but I added the compiled pyc file anyway for performance sake.
So how do you like the new game? I'm getting my but kicked by the computer. I lost three games and won two so far. Hmmm...I don't like those odds. Cheers! On 11/24/10, Hayden Presley <[email protected]> wrote: > Hi Thomas, > Just curious...why do we need the .pyc file? The .py file works fine. > > Best Regards, > Hayden --- Gamers mailing list __ [email protected] If you want to leave the list, send E-mail to [email protected]. You can make changes or update your subscription via the web, at http://audyssey.org/mailman/listinfo/gamers_audyssey.org. All messages are archived and can be searched and read at http://www.mail-archive.com/[email protected]. If you have any questions or concerns regarding the management of the list, please send E-mail to [email protected].
