Other Functions

absReturns the absolute value of a number (built-in).
absoluteReturns test (numpy).
addReturns test (numpy).
aiterReturns an asynchronous iterator for an asynchronous iterable (built-in).
allReturns True if all elements of the iterable are true (built-in).
anextReturns the next item from a given asynchronous iterator (built-in).
angleReturns test (numpy).
anyReturns True if any element of the iterable is true (built-in).
aroundReturns test (numpy).
arrayCreate a new array. typecode is a single character (e.g. 'b', 'i', 'f') that decides the item type. (array)
asciiReturns a string containing a printable representation of an object (built-in).
binReturns the number converted to a binary string (built-in).
binomialvariateReturns test (random).
breakpointSuspends execution and switches to the debugger (built-in).
bytearrayReturns a new array of bytes (built-in).
bytesReturns a new bytes object between 0 and 256 (built-in).
calcsizeReturns test (struct).
callableReturns True or False depending if the object argument appears callable (built-in).
choiceReturns one random element from a non-empty sequence (random).
choicesReturns test (random).
chrReturns the string representation for a Unicode character (built-in).
classmethodTransforms a method into a class method (built-in).
clipReturns test (numpy).
compileCompile the source into a code or AST object (built-in, re).
conjugateReturns test (numpy).
convolveReturns test (numpy).
crossReturns test (numpy).
crosstabReturns test (pandas).
cumprodReturns test (numpy).
cumsumReturns test (numpy).
cumulative_prodReturns test (numpy).
cumulative_sumReturns test (numpy).
date(class) Returns a class
datetime(class) Returns a class
deg2radReturns test (numpy).
delattrDeletes the named attribute (built-in).
dictCreate a new dictionary object (built-in).
diffReturns test (numpy).
dirReturns a list of the attributes and methods of an obj or the names in the current local scope (built-in).
divideReturns test (numpy).
divmodReturns the remainder after division operator (built-in, numpy).
ediff1dReturns test (numpy).
enumerateReturns an enumerate object (built-in).
escapeReturns test (re).
evalExecutes code that is evaluated as an expression (built-in).
execExecutes dynamic execution of code (built-in).
filterConstructs an iterator (built-in).
findallReturns all non-overlapping matches in a string (re).
finditerReturns test (re).
fixReturns test (numpy).
float_divideReturns test (numpy).
floor_divideReturns test (numpy).
fmaxReturns test (numpy).
fminReturns test (numpy).
formatConverts a value to specific format (built-in).
frozensetReturns a frozenset object (built-in).
fullmatchReturns test (re).
gammavariateReturns test (random).
getattrReturns the named attribute (built-in).
getrandbitsReturns test (random).
globalsReturns a dictionary representing the current module namespace (built-in).
gradientReturns test (numpy).
hasattrReturns True or False depending if the object has this attribute (built-in).
hashReturns the hash value of an object (Integer) (built-in).
heavisideReturns test (numpy).
helpInvoke the help system (built-in).
idReturns the identity of an object (built-in).
imgReturns test (numpy).
inputReturns a line from standard input (built-in).
interpReturns test (numpy).
isinstanceReturns True if the object is an instance of the class (built-in).
issubclassReturns True if the object is a subclass of the class (built-in).
iterReturns an iterator object (built-in).
kdeReturns the estimated probability density distribution of the data. (statistics).
kde_randomReturns test (statistics).
lenReturns the length of an object (built-in).
listReturns a list data type (built-in).
localsReturns a dictionary representing the local symbol table (built-in).
logaddexpReturns test (numpy).
logaddexp2Returns test (numpy).
mapReturns an iterator that applies function to every iterable (built-in).
maximumReturns test (numpy).
minimumReturns test (numpy).
modReturns test (numpy).
multiplyReturns test (numpy).
nan_to_numReturns test (numpy).
nancumprodReturns test (numpy).
nancumsumReturns test (numpy).
nanmaxReturns test (numpy).
nanminReturns test (numpy).
nanprodReturns test (numpy).
nansumReturns test (numpy).
negativeReturns test (numpy).
nextReturns the next item from an iterator (built-in).
openOpens a file (built-in).
ordReturns the ordinal value of a character (built-in).
packworking with bytes (struct).
pivot_tableReturns test (pandas)
positiveReturns test (numpy).
powerReturns test (numpy).
printPrint objects to a text stream (built-in).
purgeReturns test (re).
rad2degReturns test (numpy).
realReturns test (numpy).
real_if_closeReturns test (numpy).
reciprocalReturns test (numpy).
reprReturns a string containing a printable representation of an object (built-in).
reversedReturns a reverse iterator (built-in).
rintReturns test (numpy).
setReturns a new set object (built-in).
setattrDefines the attribute (built-in).
signReturns test (numpy).
signbitReturns test (numpy).
sincReturns test (numpy).
sliceReturns a slice object representing the set of indices (built-in).
sortedReturns a new sorted list (built-in).
spacingReturns test (numpy).
squareReturns test (numpy).
staticmethodConvert a method into a static method (built-in).
subReturns substitues/replaces matches with a specified string (re).
subnReturns test (re).
subtractReturns test (numpy).
superReturns a proxy object that delegates method calls to a parent (built-in).
trapezoidReturns test (numpy).
triangularReturns test (random).
true_divideReturns test (numpy).
typeReturns the type of an object (built-in).
typecodesReturns the type code characters on this build (array)
unpackReturns test (struct).
unwrapReturns test (numpy).
varsReturns an attribute for a module class (built-in).
vonmisesvariateReturns test (random).
zipIterate over several iterables in parallel (built-in).
abs
Returns the absolute value of a number (built-in).
absolute
Returns test (numpy).
add
Returns test (numpy).
aiter
Returns an asynchronous iterator for an asynchronous iterable (built-in).
all
Returns True if all elements of the iterable are true (built-in).
anext
Returns the next item from a given asynchronous iterator (built-in).
angle
Returns test (numpy).
any
Returns True if any element of the iterable is true (built-in).
around
Returns test (numpy).
array
Create a new array. typecode is a single character (e.g. 'b', 'i', 'f') that decides the item type. (array)
ascii
Returns a string containing a printable representation of an object (built-in).
bin
Returns the number converted to a binary string (built-in).
binomialvariate
Returns test (random).
breakpoint
Suspends execution and switches to the debugger (built-in).
bytearray
Returns a new array of bytes (built-in).
bytes
Returns a new bytes object between 0 and 256 (built-in).
calcsize
Returns test (struct).
callable
Returns True or False depending if the object argument appears callable (built-in).
choice
Returns one random element from a non-empty sequence (random).
choices
Returns test (random).
chr
Returns the string representation for a Unicode character (built-in).
classmethod
Transforms a method into a class method (built-in).
clip
Returns test (numpy).
compile
Compile the source into a code or AST object (built-in, re).
conjugate
Returns test (numpy).
convolve
Returns test (numpy).
cross
Returns test (numpy).
crosstab
Returns test (pandas).
cumprod
Returns test (numpy).
cumsum
Returns test (numpy).
cumulative_prod
Returns test (numpy).
cumulative_sum
Returns test (numpy).
date
(class) Returns a class
datetime
(class) Returns a class
deg2rad
Returns test (numpy).
delattr
Deletes the named attribute (built-in).
dict
Create a new dictionary object (built-in).
diff
Returns test (numpy).
dir
Returns a list of the attributes and methods of an obj or the names in the current local scope (built-in).
divide
Returns test (numpy).
divmod
Returns the remainder after division operator (built-in, numpy).
ediff1d
Returns test (numpy).
enumerate
Returns an enumerate object (built-in).
escape
Returns test (re).
eval
Executes code that is evaluated as an expression (built-in).
exec
Executes dynamic execution of code (built-in).
filter
Constructs an iterator (built-in).
findall
Returns all non-overlapping matches in a string (re).
finditer
Returns test (re).
fix
Returns test (numpy).
float_divide
Returns test (numpy).
floor_divide
Returns test (numpy).
fmax
Returns test (numpy).
fmin
Returns test (numpy).
format
Converts a value to specific format (built-in).
frozenset
Returns a frozenset object (built-in).
fullmatch
Returns test (re).
gammavariate
Returns test (random).
getattr
Returns the named attribute (built-in).
getrandbits
Returns test (random).
globals
Returns a dictionary representing the current module namespace (built-in).
gradient
Returns test (numpy).
hasattr
Returns True or False depending if the object has this attribute (built-in).
hash
Returns the hash value of an object (Integer) (built-in).
heaviside
Returns test (numpy).
help
Invoke the help system (built-in).
id
Returns the identity of an object (built-in).
img
Returns test (numpy).
input
Returns a line from standard input (built-in).
interp
Returns test (numpy).
isinstance
Returns True if the object is an instance of the class (built-in).
issubclass
Returns True if the object is a subclass of the class (built-in).
iter
Returns an iterator object (built-in).
kde
Returns the estimated probability density distribution of the data. (statistics).
kde_random
Returns test (statistics).
len
Returns the length of an object (built-in).
list
Returns a list data type (built-in).
locals
Returns a dictionary representing the local symbol table (built-in).
logaddexp
Returns test (numpy).
logaddexp2
Returns test (numpy).
map
Returns an iterator that applies function to every iterable (built-in).
maximum
Returns test (numpy).
minimum
Returns test (numpy).
mod
Returns test (numpy).
multiply
Returns test (numpy).
nan_to_num
Returns test (numpy).
nancumprod
Returns test (numpy).
nancumsum
Returns test (numpy).
nanmax
Returns test (numpy).
nanmin
Returns test (numpy).
nanprod
Returns test (numpy).
nansum
Returns test (numpy).
negative
Returns test (numpy).
next
Returns the next item from an iterator (built-in).
open
Opens a file (built-in).
ord
Returns the ordinal value of a character (built-in).
pack
working with bytes (struct).
pivot_table
Returns test (pandas)
positive
Returns test (numpy).
power
Returns test (numpy).
print
Print objects to a text stream (built-in).
purge
Returns test (re).
rad2deg
Returns test (numpy).
real
Returns test (numpy).
real_if_close
Returns test (numpy).
reciprocal
Returns test (numpy).
repr
Returns a string containing a printable representation of an object (built-in).
reversed
Returns a reverse iterator (built-in).
rint
Returns test (numpy).
set
Returns a new set object (built-in).
setattr
Defines the attribute (built-in).
sign
Returns test (numpy).
signbit
Returns test (numpy).
sinc
Returns test (numpy).
slice
Returns a slice object representing the set of indices (built-in).
sorted
Returns a new sorted list (built-in).
spacing
Returns test (numpy).
square
Returns test (numpy).
staticmethod
Convert a method into a static method (built-in).
sub
Returns substitues/replaces matches with a specified string (re).
subn
Returns test (re).
subtract
Returns test (numpy).
super
Returns a proxy object that delegates method calls to a parent (built-in).
trapezoid
Returns test (numpy).
triangular
Returns test (random).
true_divide
Returns test (numpy).
type
Returns the type of an object (built-in).
typecodes
Returns the type code characters on this build (array)
unpack
Returns test (struct).
unwrap
Returns test (numpy).
vars
Returns an attribute for a module class (built-in).
vonmisesvariate
Returns test (random).
zip
Iterate over several iterables in parallel (built-in).

© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top