Re: [Tutor] starting to learn

2012-07-16 Thread Vignesh Sathiamoorthy
Have you explored ( http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-189-a-gentle-introduction-to-programming-using-python-january-iap-2011/ ) check out their assignments, sample programs, lecture notes .. Also start reading/executing examples/codes from http://docs.python

Re: [Tutor] starting to learn

2012-07-16 Thread Jugurtha Hadjar
On 07/12/2012 12:46 AM, blindmaildrop wrote: Hello! I am just starting to learn python, having signed up for a class on it in University. The last time I programmed anything was in the long long long ago of BASIC and (well since I spent time doing other things) I missed the development boat. S

Re: [Tutor] starting to learn

2012-07-15 Thread Alan Gauld
On 12/07/12 00:46, blindmaildrop wrote: in University. The last time I programmed anything was in the long long long ago of BASIC If you remember any of the BASIC you might find my tutorial useful since it contrasts Python with VBScript which is a modern version of BASIC... It is aimed at

Re: [Tutor] starting to learn

2012-07-13 Thread David Rock
* blindmaildrop [2012-07-11 16:46]: > Hello! > > I am just starting to learn python, having signed up for a class on it in > University. The last time I programmed anything was in the long long long > ago of BASIC and (well since I spent time doing other things) I missed the > development boat.

Re: [Tutor] starting to learn

2012-07-13 Thread R. Alan Monroe
> So starting from scratch, how-to? print "hello world" Alan ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

[Tutor] starting to learn

2012-07-13 Thread blindmaildrop
Hello! I am just starting to learn python, having signed up for a class on it in University. The last time I programmed anything was in the long long long ago of BASIC and (well since I spent time doing other things) I missed the development boat. So starting from scratch, how-to? thanks --c.