Sales user data on Facebook uncovered

The tracking found at last that the developers sell user name and contact list. The information has been sold to the broker who will after use it for advertising. The developers has been banned 6 months from connecting to Facebook.com and must be audited to verify if they respect the policy of this very popular [...]

Python Class

Python Class

Python support Objection Oriented Paradigm as the other languages such as Java, C++, Smalltalk. In Python, an object create be created as the following: >>> objA = A( ) >>> objA.<method>    or objA.<attribute> Normally, an object can be create from its definition which is Class. A class define ever-thing an object need to have such [...]