learnpython.org - an online interactive Python tutorial

Algis Kabaila akabaila at pcug.org.au
Thu Apr 21 03:10:19 EDT 2011


On Thursday 21 April 2011 03:15:50 Ron wrote:
> Hey everyone.
> 
> I've written an online interactive Python tutorial atop
> Google App Engine: http://www.learnpython.org.
> 
> All you need to do is log in using your Google account and
> edit the wiki to add your tutorials.
> 
> Read more on the website.
> 
> Thanks for your help, and I would appreciate if you help me
> spread the word, and give me feedback on the website.

[quote]
Python is completely object oriented, and not "strongly typed"
[/quote]

False: Python IS strongly typed, without doubt (though the 
variables are not explicitly declared.)

Explicit declaration and strong typing are two completely 
differen things.  If you are going to teach (and that is what 
tutorials are for), it is obligatory to learn first...

OldAl.
-- 
Algis
http://akabaila.pcug.org.au/StructuralAnalysis.pdf



More information about the Python-list mailing list