Static Typing in Python

Premshree Pillai premshree_python at yahoo.co.in
Mon Mar 15 21:28:15 EST 2004


 --- Joe Mason <joe at notcharles.ca> wrote: > In article
>
<mailman.11.1079347355.12241.python-list at python.org>,
> Premshree Pillai wrote:
> > Err...you probably have the wrong idea of static
> > typing, I think. Static typing has to do with
> explicit
> > declaration (initialization) of variables (and not
> of
> > variable types). Like in C, C++, etc, Python too
> is
> 
> Is that an official definition from somewhere? 
> Cause I always thought
> static typing was about variable types.
> 
> Joe
> -- 
> http://mail.python.org/mailman/listinfo/python-list

Hmm...I might have been a little wrong there. However,
what I wanted to stress was that it's the explicit
declaration of the variable that matters (that makes
static typing what it is).

=====
-Premshree
[http://www.qiksearch.com/]

________________________________________________________________________
Yahoo! India Insurance Special: Be informed on the best policies, services, tools and more. 
Go to: http://in.insurance.yahoo.com/licspecial/index.html




More information about the Python-list mailing list