MySQL Forums
Forum List  »  Connector/Python

Typing
Posted by: siril varma
Date: July 12, 2010 08:08AM

Python uses duck typing and has typed objects but untyped variable names. Type constraints are not checked at compile time; rather, operations on an object may fail, signifying that the given object is not of a suitable type. Despite being dynamically typed, Python is strongly typed, forbidding operations that are not well-defined (for example, adding a number to a string) rather than silently attempting to make sense of them.




credit union vs bank auto loan
day trading profitable

Options: ReplyQuote


Subject
Written By
Posted
Typing
July 12, 2010 08:08AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.