About 126,000 results
Open links in new tab
  1. Built-in Functions — Python 3.14.3 documentation

    3 days ago · The built-in functions globals() and locals() return the current global and local namespace, respectively, which may be useful to pass around for use as the second and third argument to exec().

  2. Python Built-in Functions - W3Schools

    Python has a set of built-in functions. Returns a readable version of an object. Replaces none-ascii characters with escape character. Returns a character from the specified Unicode code.

  3. Python Built in Functions - GeeksforGeeks

    Jul 23, 2025 · Python provides a lot of built-in functions that ease the writing of code. In this article, you will learn about Python's built-in functions, exploring their various applications and highlighting some …

  4. Python’s Built-in Functions (Reference) – Real Python

    Core functions available for use in any Python program without needing to import any external libraries.

  5. Python Built-in Methods - Tutorial Reference

    Built-in functions in Python are pre-defined functions provided by the Python language that can be used to perform common tasks. These functions are always available for use without needing to import …

  6. Python Built-in Functions - Programiz

    Python Built-in Functions Python has several functions that are readily available for use. These functions are called built-in functions. On this reference page, you will find all the built-in functions in Python.

  7. Python built-in functions - Python Cheatsheet

    Return the hash value of the object. Invoke the built-in help system. Convert an integer number to a lowercase hexadecimal string. Return the “identity” of an object. This function takes an input and …

  8. Python Built-in Functions - TutorialsTeacher.com

    In Python, every variable or literal values are objects and each object has a unique identity as an integer number that remains constant for that object through out its life time. Returns an integer object …

  9. Built-In Functions in Python - Python Language Reference

    Explore Built-In Functions in Python with our comprehensive reference page. The full list of Python's Built-In Functions with examples.

  10. Built-in Types — Python 3.14.3 documentation

    3 days ago · The principal built-in types are numerics, sequences, mappings, classes, instances and exceptions. Some collection classes are mutable. The methods that add, subtract, or rearrange their …