Is Python static typed? -


i know python dynamic typed, duck typed , strong. in cases, have make sure declare list or dictionary beforehand in order use them... can python statically typed language?

no, python not statically typed.

in static typing names bound both type , object (or value), in python names bound objects. @ time can reassign name object of different type, cannot in statically typed languages.

i'm not sure mean needing declaring variables beforehand, guess creating empty list or dictionary , assigning name.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -