On Saturday 21 May 2011 14:49:49 Geoffrey wrote: > Further to my initial message I have installed from Ubuntu's software > centre, SPE (Stani's Python Editor). This suggests that Terminal is the > simplest vehicle for the Python tutorial rather than using, or trying to > use, a specific editor. > Geoffrey
hi... Try geany. gedit and nano (cli) are installed by default and are great aswell. Python on the command line is good. Nano give ya some colour and the interactive interpreter has heaps of API info when using the help() and dir() commands as well as allowing for testing of code/ideas. -- ubuntu-au mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-au
