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
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
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
* 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.
> 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
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.