KnpCode
Java, Spring, BigData, Web development tutorials with examples
 
Skip to content
  • Ubuntu
  • Big Data
    • Hadoop Tutorials
  • Java
    • Core Java Tutorials – Beginner
    • Core Java Tutorials – Advanced
    • Java Programs
  • spring
    • Spring Framework
Home Posts tagged "Python functions"

Tag: Python functions

isinstance() in Python With Examples

UshaK January 14, 2021 January 14, 2021python Python, Python functions 0

isinstance() function in Python is used to check if the passed object is an instance of the specific class or not. isinstance() is a built-in function in Python. Python isinstance() syntax isinstance(object, classinfo) Returns true if the object (first argument) is an instance of the classinfo (second argument) or any…

Continue reading

super() in Python With Examples

UshaK January 12, 2021 January 12, 2021python Python, Python functions 0

In this tutorial we’ll see what is super() function in Python and how to use it. Python super() function super() is a built-in function in Python which returns a proxy object that can be used to delegate method calls (including call to constructor) to immediate parent class from the child…

Continue reading

Privacy Policy | Disclaimer
Powered by Nirvana & WordPress.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkPrivacy Policy