Alphabetical N - Z
| 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 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). |
| 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