[Tutor] Quote of the Day version 1.0

Alan Gauld alan.gauld at btinternet.com
Thu Sep 1 01:23:02 CEST 2011


On 31/08/11 20:14, Cranky Frankie wrote:

> This code works. Now I just have to figure out:
> - how to associate .py files in Ubuntu to IDLE

You probably don't want to do that. IDLE is fine for developing code but 
you don't want to run  it in IDLE for general use you want to use the 
interpreter. And the shebang (#!) line at the start will do that for you.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/



More information about the Tutor mailing list