Built-in

Built-in

abs()

Get Absolute Value

callable()

Check If Callable

len()

Get Length

ord()

Convert Character to Integer

min()

Find Minimum Value

bytearray()

Create Byte Array

all()

Test If All True

bin()

Convert Integer to Binary

print()

Display Output

ascii()

Convert Object to ASCII

hasattr()

Check Attribute Existence

any()

Check Any True Values

issubclass()

Check Class Inheritance

isinstance()

Check Type Membership

input()

Get User Input

list()

Create New List

next()

Retrieve Next Item

open()

Open File

exec()

Execute Dynamically

setattr()

Set Attribute Value

eval()

Execute String as Code

getattr()

Retrieve Attribute Value

iter()

Create Iterator

memoryview()

Create Memory View

globals()

Access Global Variables

range()

Generate Number Sequence

type()

Determine Object Type

help()

Provide Interactive Help

hash()

Generate Hash Value

max()

Find Maximum Value

property()

Create Property Attribute

set()

Create Collection Set

zip()

Combine Iterables

slice()

Create Slice Object

dir()

List Object Attributes

complex()

Create Complex Number

oct()

Convert Integer to Octal

sorted()

Sort Iterable

staticmethod()

Define Static Method

float()

Convert To Floating Point

bool()

Convert Value to Boolean

__import__()

Dynamic Module Import

locals()

Access Local Symbols

vars()

Retrieve Attributes Dictionary

pow()

Exponentiation Function

repr()

Generate String Representation

int()

Convert Value to Integer

filter()

Filter Collection Items

str()

Convert to String

frozenset()

Create Immutable Set

id()

Retrieve Object Identifier

divmod()

Quotient and Remainder

hex()

Convert Integer to Hexadecimal

sum()

Sum Iterable Values

map()

Apply Function

round()

Round Numeric Value

format()

Format String

super()

Access Parent Methods

compile()

Compile Source Code

classmethod()

Create Class Method

dict()

Create Dictionary

enumerate()

Iterate With Index

chr()

Convert Code to Character

delattr()

Delete Attribute

reversed()

Reverse Iterable Sequence

bytes()

Create Byte Object

tuple()

Create Immutable Sequence