Static Typing in Python

Josiah Carlson jcarlson at nospam.uci.edu
Mon Mar 15 16:04:44 EST 2004


> Yes, I am aware that Python is dynamically typed, and
> so is Perl, right? In Perl, we have the "use strict
> vars" pragma to force variable declaration. Is there
> something like it in Python?

No.

> Don't you think forced variable declaration is an
> important requirement in a language?

No.

  - Josiah



More information about the Python-list mailing list