Index

Python Samplifier

  1. built_in_functions
    1. Python abs()
      1. Description Python abs()
    2. Python all()
      1. Description Python all()
    3. Python any()
      1. Description Python any()
    4. Python ascii()
      1. Description Python ascii()
    5. Python bin()
      1. Description Python bin()
    6. Python bool()
      1. Description bool()
    7. Python bytearray()
      1. Description bytearray()
    8. Python bytes()
      1. Description bytes()
    9. Python callable()
      1. Description callable()
    10. Python chr()
      1. Description chr()
    11. Python classmethod()
      1. Description classmethod()
    12. Python compile()
      1. Description compile()
    13. Python complex()
      1. Description complex()
    14. Python delattr()
      1. Description delattr()
    15. Python dict()
      1. Description dict()
    16. Python dir()
      1. Description dir()
    17. Python divmod()
      1. Description divmod()
    18. Python enumerate()
      1. Description enumerate()
    19. Python eval()
      1. Description eval()
    20. Python exec()
      1. Description exec()
    21. Python filter()
      1. Description filter()
    22. Python float()
      1. Description float()
    23. Python format()
      1. Description format()
    24. Python frozenset()
      1. Description frozenset()
    25. Python getattr()
      1. Description getattr()
    26. Python globals()
      1. Description globals()
    27. Python hasattr()
      1. Description hasattr()
    28. Python hash()
      1. Description hash()
    29. Python help()
      1. Description help()
    30. Python hex()
      1. Description hex()
    31. Python id()
      1. Description id()
    32. Python input()
      1. Description input()
    33. Python int()
      1. Description int()
    34. Python isinstance()
      1. Description isinstance()
    35. Python issubclass()
      1. Description issubclass()
    36. Python iter()
      1. Description iter()
    37. Python len()
      1. Description len()
    38. Python list()
      1. Description list()
    39. Python locals()
      1. Description locals()
    40. Python map()
      1. Description map()
    41. Python max()
      1. Description max()
    42. Python memoryview()
      1. Description memoryview()
    43. Python min()
      1. Description min()
    44. Python next()
      1. Description next()
    45. Python object()
      1. Description object()
    46. Python oct()
      1. Description oct()
    47. Python open()
      1. Description open()
    48. Python ord()
      1. Description ord()
    49. Python pow()
      1. Description pow()
    50. Python print()
      1. Description print()
    51. Python property()
      1. Description property()
    52. Python range()
      1. Description Python range()
    53. Python repr()
      1. Description Python repr()
    54. Python reversed()
      1. Description Python reversed()
    55. Python round()
      1. Description Python round()
    56. Python set()
      1. Description Python set()
    57. Python setattr()
      1. Description Python setattr()
    58. Python slice()
      1. Description Python slice()
    59. Python sorted()
      1. Description Python sorted()
    60. Python staticmethod()
      1. Description Python staticmethod()
    61. Python str()
      1. Description Python str()
    62. Python sum()
      1. Description Python sum()
    63. Python super()
      1. Description Python super()
    64. Python tuple() Function
      1. Description tuple() Function
    65. Python type()
      1. Description type()
    66. Python vars()
      1. Description Python vars()
    67. Python zip()
      1. Description Python zip()
    68. Python __import__()
      1. Description Python __impot__()
  2. python1compute
    1. Python Program to Find Hash of File
    2. Python Program to Find the Size (Resolution) of a Image
    3. Python Program to Merge Mails
    4. Python Program to Count the Number of Each Vowel - Source Code: Using a list and a dictionary comprehension
    5. Python Program to Count the Number of Each Vowel - Source Code: Using Dictionary
    6. Python Program to Illustrate Different Set Operations
    7. Python Program to Sort Words in Alphabetic Order
    8. Python Program to Remove Punctuations From a String
    9. Python Program to Multiply Two Matrices - Matrix Multiplication Using Nested List Comprehension
    10. Python Program to Multiply Two Matrices - Source Code: Matrix Multiplication using Nested Loop
    11. Python Program to Transpose a Matrix - Matrix Transpose using Nested List Comprehension
    12. Python Program to Transpose a Matrix - Matrix Transpose using Nested Loop
    13. Python Program to Add Two Matrices - Source Code: Matrix Addition using Nested List Comprehension
    14. Python Program to Check Whether a String is Palindrome or Not
    15. Python Program to Add Two Matrices - Source code: Matrix Addition using Nested Loop
    16. Python Program to Convert Decimal to Binary Using Recursion
    17. Python Program to Find Factorial of Number Using Recursion
    18. Python Program to Find Sum of Natural Numbers Using Recursion
    19. Python Program to Display Fibonacci Sequence Using Recursion
    20. Python Program to Display Calendar
    21. Python Program to Shuffle Deck of Cards
    22. Python Program to Make a Simple Calculator
    23. Python Program to Find Factors of Number
    24. Python Program to Find LCM - Without using GCD function
    25. Python Program to Find HCF or GCD - Source Code: Using Euclidean Algorithm
    26. Python Program to Find LCM - Source Code: Using GCD function
    27. Python Program to Find HCF or GCD - Source Code: Using Loops
    28. Python Program to Find ASCII Value of Character
    29. Python Program to Convert Decimal to Binary, Octal and Hexadecimal
    30. Python Program to Find Numbers Divisible by Another Number
    31. Python Program To Display Powers of 2 Using Anonymous Function
    32. Python Program to Find the Sum of Natural Numbers
    33. Python Program to Find Armstrong Number in an Interval
    34. Python Program to Check Armstrong Number - Source Code: Check Armstrong number of n digits
    35. Python Program to Check Armstrong Number - Source Code: Check Armstrong number (for 3 digits)
    36. Python Program to Print the Fibonacci sequence
    37. Python Program to Display the multiplication Table
    38. Python Program to Find the Factorial of a Number
    39. Python Program to Print all Prime Numbers in an Interval
    40. Python Program to Find the Largest Among Three Numbers
    41. Python Program to Check Prime Number
    42. Python Program to Check Leap Year
    43. Python Program to Check if a Number is Odd or Even
    44. Python Program to Check if a Number is Positive, Negative or 0 Source Code: Using Nested if
    45. Python Program to Check if a Number is Positive, Negative or 0 Source Code: Using if...elif...else
    46. Python Program to Convert Celsius To Fahrenheit
    47. Python Program to Generate a Random Number
    48. Python Program to Convert Kilometers to Miles
    49. Python Program to Swap Two Variables Source Code: Without Using Temporary Variable
    50. Python Program to Swap Two Variables Source Code: Using temporary variable
    51. Python Program to Solve Quadratic Equation
    52. Python Program to Calculate the Area of a Triangle
    53. Python Program to Find the Square Root Source code: For real or complex numbers using cmath module
    54. Python Program to Find the Square Root Source Code: For positive numbers using exponent **
    55. Python Program to Add Two Numbers By One Line
    56. Python Program to Add Two Numbers Source Code: Add Two Numbers Provided by The User
    57. Python Program to Add Two Numbers
    58. Python Program to Print Hello world!
  3. python2based
    1. firstone
    2. second
    3. third
    4. fourth
    5. fifth
    6. sixth
    7. seventh
    8. eighth
    9. ninth
    10. tenth

sorting_in_python

  1. Description of sorting function

Description classmethod()


Python classmethod()


The classmethod() method returns a class method for the given function.

The syntax of classmethod() method is:
classmethod(function)classmethod() is considered un-Pythonic so in newer Python versions, you can use the @classmethod decorator for classmethod definition.
The syntax is:
@classmethod
def func(cls, args...)

classmethod() Parameters


The classmethod() method takes a single parameter:
• function - Function that needs to be converted into a class method

Return value from classmethod()


The classmethod() method returns a class method for the given function.

What is a class method?


A class method is a method that is bound to a class rather than its object. It doesn't require creation of a class instance, much like staticmethod.
The difference between a static method and a class method is:
• Static method knows nothing about the class and just deals with the parameters
• Class method works with the class since its parameter is always the class itself.
The class method can be called both by the class and its object.
Class.classmethod()
Or even
Class().classmethod()But no matter what, the class method is always attached to a class with first argument as the class itself cls.
def classMethod(cls, args...)

Example 1: Create class method using classmethod()



--------------------------------------------------------------------------
class Person:
age = 25

def printAge(cls):
print('The age is:', cls.age)

# create printAge class method
Person.printAge = classmethod(Person.printAge)

Person.printAge()
-----------------------------------------------------------------------------
When you run the program, the output will be:
The age is: 25
Here, we have a class Person, with a member variable age assigned to 25.
We also have a function printAge which takes a single parameter cls and not self we usually take.
cls accepts the class Person as a parameter rather than Person's object/instance.
Now, we pass the method Person.printAge as an argument to the function classmethod. This converts the method to a class method so that it accepts the first parameter as a class (i.e. Person).
In the final line, we call printAge without creating a Person object like we do for static methods. This prints the class variable age.

When do you use class method?



1. Factory methods



Factory methods are those methods which return a class object (like constructor) for different use cases.
It is similar to function overloading in C++. Since, Python doesn't have anything as such, class methods and static methods are used.

Example 2: Create factory method using class method



-------------------------------------------------------------------------------------
from datetime import date

# random Person
class Person:
def __init__(self, name, age):
self.name = name
self.age = age

@classmethod
def fromBirthYear(cls, name, birthYear):
return cls(name, date.today().year - birthYear)

def display(self):
print(self.name + "'s age is: " + str(self.age))

person = Person('Adam', 19)
person.display()

person1 = Person.fromBirthYear('John', 1985)
person1.display()
----------------------------------------------------------------------------------------
When you run the program, the output will be:
Adam's age is: 19
John's age is: 31
Here, we have two class instance creator, a constructor and a fromBirthYear method.
Constructor takes normal parameters name and age. While, fromBirthYear takes class, nameand birthYear, calculates the current age by subtracting it with the current year and returns the class instance.
The fromBirthYear method takes Person class (not Person object) as the first parameter clsand returns the constructor by calling cls(name, date.today().year - birthYear), which is equivalent to Person(name, date.today().year - birthYear)
Before the method, we see @classmethod. This is called a decorator for converting fromBirthYear to a class method as classmethod().

2. Correct instance creation in inheritance



Whenever you derive a class from implementing a factory method as a class method, it ensures correct instance creation of the derived class.
You can create a static method for the above example but the object it creates, will always be hardcoded as Base class.
But, when you use a class method, it creates the correct instance of the derived class.

Example 3: How class method works for inheritance?


----------------------------------------------------------------------------------------------
from datetime import date

# random Person
class Person:
def __init__(self, name, age):
self.name = name
self.age = age

@staticmethod
def fromFathersAge(name, fatherAge, fatherPersonAgeDiff):
return Person(name, date.today().year - fatherAge + fatherPersonAgeDiff)

@classmethod
def fromBirthYear(cls, name, birthYear):
return cls(name, date.today().year - birthYear)

def display(self):
print(self.name + "'s age is: " + str(self.age))

class Man(Person):
sex = 'Male'

man = Man.fromBirthYear('John', 1985)
print(isinstance(man, Man))

man1 = Man.fromFathersAge('John', 1965, 20)
print(isinstance(man1, Man))
------------------------------------------------------------------------------------------------------

When you run the program, the output will be:
True
False
Here, using a static method to create a class instance wants us to hardcode the instance type during creation.
This clearly causes a problem when inheriting Person to Man.
fromFathersAge method doesn't return a Man object but its base class Person's object.
This violates OOP paradigm. Using a class method as fromBirthYear can ensure the OOP-ness of the code since it takes the first parameter as the class itself and calls its factory method.