python document

  • The function id () in Python

    The function id () in Python

    the built-in function id () in python returns a single integer value that identifies an object.
  • The ord () function in Python

    The ord () function in Python

    the built-in ord () function in python returns an integer representing the unicode code of the specified character.
  • Type () function in Python

    Type () function in Python

    the built-in function type () in python returns the type of object passed as parameter.
  • The function hasattr () in Python

    The function hasattr () in Python

    the hasattr () function in python is used to check if the input object has the property you want to find.
  • Filter () function in Python

    Filter () function in Python

    how is the filter () function syntax, what parameters and how does it work? invites you to read the track.
  • Int () function in Python

    Int () function in Python

    the int () function in python returns an integer object from any number or string.
  • Getattr () function in Python

    Getattr () function in Python

    the getattr () function in python returns the value of the property you want to find, if the object does not have this property the function will return the default value provided.
  • The globals () function in Python

    The globals () function in Python

    the globals () function in python returns a dictionary containing the variables defined in the global namespace.
  • Tuple () function in Python

    Tuple () function in Python

    the built-in function tuple () in python is used to create a tuple.
  • The compile () function in Python

    The compile () function in Python

    the compile () function returns a code object in python from the specified source. so how to use compile () function? please find out in this article.
  • The delattr () function in Python

    The delattr () function in Python

    the delattr () function in python is used to delete an attribute from the specified object. how does the delattr () function have a syntax, what parameters do you have, please find out in quantrimang in this section.
  • The dict () function in Python

    The dict () function in Python

    in python, the dict () function creates a dictionary type value. quantrimang will learn more about the syntax, parameters and usage of the dict () function through this article. invites you to read the track.