Hi Bryan! Well, you can use any editor you want for Python. Just put in all the lines and save it, the file extension must be .py. However, if you write a script that will just print some text like print 'Hello world!' be sure to put a raw_input() at the end of the script. Otherwise, the script will print the text on the screen but then close immediately. As Tom told you, the only problem with Python is the formatting. You probably won't find an editor that does that for you automatically because this editor would have to know which line belongs to which function and what goes together and what doesn't which would be almost impossible I think... Robin
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Bryan Mckinnish > Sent: Monday, December 31, 2007 12:54 PM > To: Gamers Discussion list > Subject: Re: [Audyssey] programming games > > > Hi everyone. > I decided on python as the language to switch to. What's a > good accessible > python editor to use? I noticed the shell thingy isn't > accessible with nvda. Also, can someone point me toward some > source code that plays sounds and > gets sapi to speak, and so forth? I always learn via source > code and such. > Tutorials also help. > Thanks > Bryan Mckinnish > > > --- > 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_au> dyssey.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] > --- 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]
