Alphabetical N - Z

nanReturns floating-point "not a number" (NaN).
nextReturns the next item from an iterator (built-in).
nextafterReturns test
normaldistReturns test
notnot operator
objectReturns the base class for all classes (built-in).
octReturns the number converted to a octal string (built-in).
octdigitsReturns test
openOpens a file (built-in).
oror operator
ordReturns the ordinal value of a character (built-in).
packworking with bytes
patternReturns the
permReturns test
piReturns the mathematical constant p (3.14159...).
popRemove and return the item at index i (last item by default).
powReturns base to the power of exponent (built-in).
printPrint objects to a text stream (built-in).
printableReturns test
prodReturns test
propertyReturns a property attribute (built-in).
pstdevReturns test
punctuationReturns test
pvarianceReturns test
quantilesReturns test
radiansReturns the angle x from degrees to radians.
randbytesReturns test
randomReturns test
randrangeReturns test
rangeReturns a sequence type (built-in).
remainderReturns test
removeRemove the first occurrence of x.
reprReturns a string containing a printable representation of an object (built-in).
reverseReverse the order of the items in place.
reversedReturns a reverse iterator (built-in).
roundReturns the number rounded to a specific number of decimal places (built-in).
sampleReturns test
searchReturns test
seedReturns test
setReturns a new set object (built-in).
setattrDefines the attribute (built-in).
setstateReturns test
shuffleReturns test
sinReturns the sine of x radians.
sinhReturns test
sliceReturns a slice object representing the set of indices (built-in).
sortedReturns a new sorted list (built-in).
splitReturns test
sqrtReturns the square root of x.
staticmethodConvert a method into a static method (built-in).
stdevReturns test
strReturns the object converted to a string (built-in).
sumReturns the total of all the items of an iterable (built-in).
superReturns a proxy object that delegates method calls to a parent (built-in).
tanReturns the tangent of x radians.
tanhReturns test
tauReturns test
tobytesConvert the array to a bytes object containing the raw machine values.
tofileWrite all items (as machine values) to a file object.
tolistConvert the array to a list of Python values.
tounicodeConvert the array with type code 'u' to a unicode string.
truncReturns x truncated to an integer.
tupleCreate a tuple (built-in).
typeReturns the type of an object (built-in).
typecodeThe type code character used by the array.
typecodesString of all available type code characters on this build.
ulpReturns test
uniformReturns test
unpackReturns test
upperReturns test
varianceReturns test
varsReturns an attribute for a module class (built-in).
whitespaceReturns test
zipIterate over several iterables in parallel (built-in).
nan
Returns floating-point "not a number" (NaN).
next
Returns the next item from an iterator (built-in).
nextafter
Returns test
normaldist
Returns test
not
not operator
object
Returns the base class for all classes (built-in).
oct
Returns the number converted to a octal string (built-in).
octdigits
Returns test
open
Opens a file (built-in).
or
or operator
ord
Returns the ordinal value of a character (built-in).
pack
working with bytes
pattern
Returns the
perm
Returns test
pi
Returns the mathematical constant p (3.14159...).
pop
Remove and return the item at index i (last item by default).
pow
Returns base to the power of exponent (built-in).
print
Print objects to a text stream (built-in).
printable
Returns test
prod
Returns test
property
Returns a property attribute (built-in).
pstdev
Returns test
punctuation
Returns test
pvariance
Returns test
quantiles
Returns test
radians
Returns the angle x from degrees to radians.
randbytes
Returns test
random
Returns test
randrange
Returns test
range
Returns a sequence type (built-in).
remainder
Returns test
remove
Remove the first occurrence of x.
repr
Returns a string containing a printable representation of an object (built-in).
reverse
Reverse the order of the items in place.
reversed
Returns a reverse iterator (built-in).
round
Returns the number rounded to a specific number of decimal places (built-in).
sample
Returns test
search
Returns test
seed
Returns test
set
Returns a new set object (built-in).
setattr
Defines the attribute (built-in).
setstate
Returns test
shuffle
Returns test
sin
Returns the sine of x radians.
sinh
Returns test
slice
Returns a slice object representing the set of indices (built-in).
sorted
Returns a new sorted list (built-in).
split
Returns test
sqrt
Returns the square root of x.
staticmethod
Convert a method into a static method (built-in).
stdev
Returns test
str
Returns the object converted to a string (built-in).
sum
Returns the total of all the items of an iterable (built-in).
super
Returns a proxy object that delegates method calls to a parent (built-in).
tan
Returns the tangent of x radians.
tanh
Returns test
tau
Returns test
tobytes
Convert the array to a bytes object containing the raw machine values.
tofile
Write all items (as machine values) to a file object.
tolist
Convert the array to a list of Python values.
tounicode
Convert the array with type code 'u' to a unicode string.
trunc
Returns x truncated to an integer.
tuple
Create a tuple (built-in).
type
Returns the type of an object (built-in).
typecode
The type code character used by the array.
typecodes
String of all available type code characters on this build.
ulp
Returns test
uniform
Returns test
unpack
Returns test
upper
Returns test
variance
Returns test
vars
Returns an attribute for a module class (built-in).
whitespace
Returns test
zip
Iterate over several iterables in parallel (built-in).

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