Alphabetical N - Z

nanReturns floating-point "not a number" (NaN). (math).
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).
nextafterReturns test (math, numpy).
normaldist(class) Returns test (statistics).
normvariateReturns test (random).
not(operator) not operator
object(class) Returns the base class for all classes (built-in).
octReturns the number converted to a octal string (built-in).
octdigitsReturns the string '01234567' (string).
openOpens a file (built-in).
or(operator) or operator
ordReturns the ordinal value of a character (built-in).
packworking with bytes (struct).
paretovariateReturns test (random).
patternReturns test (re).
permReturns test (math).
piReturns the mathematical constant p (3.14159...). (math).
pivot_tableReturns test (pandas)
positiveReturns test (numpy).
powReturns base to the power of exponent (built-in, numpy).
powerReturns test (numpy).
printPrint objects to a text stream (built-in).
printableReturns the string of ASCII characters which are considered printable (string).
prodReturns test (math, numpy).
property(class) Returns a property attribute (built-in).
pstdevReturns the population standard deviation of data (statistics).
punctuationReturns the string of ASCII characters which are considered punctuation characters (string).
purgeReturns test (re).
pvarianceReturns the population variance of data (statistics).
quantilesReturns the divide data into intervals with equal probability (statistics).
rad2degReturns test (numpy).
radiansReturns the angle x from degrees to radians. (math).
randbytesReturns test (random).
randintReturns test (random).
randomReturns test (random).
randrangeReturns test (random).
rangeReturns a sequence type (built-in).
realReturns test (numpy).
real_if_closeReturns test (numpy).
reciprocalReturns test (numpy).
remainderReturns test (math, numpy).
reprReturns a string containing a printable representation of an object (built-in).
reversedReturns a reverse iterator (built-in).
rintReturns test (numpy).
roundReturns the number rounded to a specific number of decimal places (built-in, numpy).
sampleReturns test (random).
searchReturns searches for a pattern match anywhere in the string (re).
seedReturns test (random).
setReturns a new set object (built-in).
setattrDefines the attribute (built-in).
setstateReturns test (random).
shuffleReturns test (random).
signReturns test (numpy).
signbitReturns test (numpy).
sinReturns the sine of x radians. (math, numpy).
sincReturns test (numpy).
sinhReturns test (math, numpy).
sliceReturns a slice object representing the set of indices (built-in).
sortReturns test (statistics).
sortedReturns a new sorted list (built-in).
spacingReturns test (numpy).
splitReturns test (re).
sqrtReturns the square root of x (math, numpy).
squareReturns test (numpy).
staticmethodConvert a method into a static method (built-in).
stdevReturns the sample standard deviation of data (statistics).
strReturns the object converted to a string (built-in).
subReturns substitues/replaces matches with a specified string (re).
subnReturns test (re).
subtractReturns test (numpy).
sumReturns the total of all the items of an iterable (built-in, numpy).
sumprodReturns test (math).
superReturns a proxy object that delegates method calls to a parent (built-in).
tanReturns the tangent of x radians (math, numpy).
tanhReturns test (math, numpy).
tauReturns test (math).
time(class) Returns the class
trapezoidReturns test (numpy).
triangularReturns test (random).
true_divideReturns test (numpy).
truncReturns x truncated to an integer (math, numpy).
tupleCreate a tuple (built-in).
typeReturns the type of an object (built-in).
typecodesReturns the type code characters on this build (array)
ulpReturns test (math).
uniformReturns test (random).
unpackReturns test (struct).
unwrapReturns test (numpy).
varianceReturns the sample variance of data (statistics).
varsReturns an attribute for a module class (built-in).
vonmisesvariateReturns test (random).
weibullvariateReturns test (random).
whitespaceReturns the string ' \t\n\r\u000b\f' (string).
zipIterate over several iterables in parallel (built-in).
nan
Returns floating-point "not a number" (NaN). (math).
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).
nextafter
Returns test (math, numpy).
normaldist
(class) Returns test (statistics).
normvariate
Returns test (random).
not
(operator) not operator
object
(class) Returns the base class for all classes (built-in).
oct
Returns the number converted to a octal string (built-in).
octdigits
Returns the string '01234567' (string).
open
Opens a file (built-in).
or
(operator) or operator
ord
Returns the ordinal value of a character (built-in).
pack
working with bytes (struct).
paretovariate
Returns test (random).
pattern
Returns test (re).
perm
Returns test (math).
pi
Returns the mathematical constant p (3.14159...). (math).
pivot_table
Returns test (pandas)
positive
Returns test (numpy).
pow
Returns base to the power of exponent (built-in, numpy).
power
Returns test (numpy).
print
Print objects to a text stream (built-in).
printable
Returns the string of ASCII characters which are considered printable (string).
prod
Returns test (math, numpy).
property
(class) Returns a property attribute (built-in).
pstdev
Returns the population standard deviation of data (statistics).
punctuation
Returns the string of ASCII characters which are considered punctuation characters (string).
purge
Returns test (re).
pvariance
Returns the population variance of data (statistics).
quantiles
Returns the divide data into intervals with equal probability (statistics).
rad2deg
Returns test (numpy).
radians
Returns the angle x from degrees to radians. (math).
randbytes
Returns test (random).
randint
Returns test (random).
random
Returns test (random).
randrange
Returns test (random).
range
Returns a sequence type (built-in).
real
Returns test (numpy).
real_if_close
Returns test (numpy).
reciprocal
Returns test (numpy).
remainder
Returns test (math, 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).
round
Returns the number rounded to a specific number of decimal places (built-in, numpy).
sample
Returns test (random).
search
Returns searches for a pattern match anywhere in the string (re).
seed
Returns test (random).
set
Returns a new set object (built-in).
setattr
Defines the attribute (built-in).
setstate
Returns test (random).
shuffle
Returns test (random).
sign
Returns test (numpy).
signbit
Returns test (numpy).
sin
Returns the sine of x radians. (math, numpy).
sinc
Returns test (numpy).
sinh
Returns test (math, numpy).
slice
Returns a slice object representing the set of indices (built-in).
sort
Returns test (statistics).
sorted
Returns a new sorted list (built-in).
spacing
Returns test (numpy).
split
Returns test (re).
sqrt
Returns the square root of x (math, numpy).
square
Returns test (numpy).
staticmethod
Convert a method into a static method (built-in).
stdev
Returns the sample standard deviation of data (statistics).
str
Returns the object converted to a string (built-in).
sub
Returns substitues/replaces matches with a specified string (re).
subn
Returns test (re).
subtract
Returns test (numpy).
sum
Returns the total of all the items of an iterable (built-in, numpy).
sumprod
Returns test (math).
super
Returns a proxy object that delegates method calls to a parent (built-in).
tan
Returns the tangent of x radians (math, numpy).
tanh
Returns test (math, numpy).
tau
Returns test (math).
time
(class) Returns the class
trapezoid
Returns test (numpy).
triangular
Returns test (random).
true_divide
Returns test (numpy).
trunc
Returns x truncated to an integer (math, numpy).
tuple
Create a tuple (built-in).
type
Returns the type of an object (built-in).
typecodes
Returns the type code characters on this build (array)
ulp
Returns test (math).
uniform
Returns test (random).
unpack
Returns test (struct).
unwrap
Returns test (numpy).
variance
Returns the sample variance of data (statistics).
vars
Returns an attribute for a module class (built-in).
vonmisesvariate
Returns test (random).
weibullvariate
Returns test (random).
whitespace
Returns the string ' \t\n\r\u000b\f' (string).
zip
Iterate over several iterables in parallel (built-in).

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