We really need a language that defaults to statically typed, but that can be dynamically typed where you ask nicely.
E.g. - as opposed to the Java practice of having 3 or more layers of fun to read (NOT!) XML on top of the language's native static typing to glue things together. I'm gonna be sick now...
Minor pedantic correction: Python is dynamically typed, and strongly typed. Those are separate concepts.