Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs.
Friday, February 26, 2010
Saturday, January 30, 2010
Python Set Types:
A set type is a collection data type that supports the membership operator (in), the size function (len()), and is iterable. In addition, set types at least provide a set.isdisjoint() method, and support for comparisons, as well as support for the bitwise operators (which in the context of sets are used for union, intersection, etc.).
Python provides two built-in set types: the mutable set type and the immutable frozenset.
When iterated, set types provide their items in an arbitrary order.
Subscribe to:
Posts (Atom)
Data Science - 103 (Kapil Sharma)
Cloud Computing Basic:- In this the PC is on service provider data center and secuirty maintenance and upgrades are done by the service pro...
-
Python Strings : The raw_input and "Hello, " + name + "!" Let’s go for the "Hello" part first and leave raw_in...
-
The Zimbra Ajax Toolkit : Zimbra is contributing to the Open Ajax Initiative by providing open access to the Zimbra Ajax Toolkit (AjaxTK)....
-
Saving and Executing Your Programs : First of all, you need a text editor, preferably one intended for programming. (If you use something ...