Miscellaneous Services -- Python library reference



Next: Generic Operating System Services Prev: String Services Up: Top Top: Top

5. Miscellaneous Services

The modules described in this chapter provide miscellaneous services that are available in all Python versions. Here's an overview:

math
--- Mathematical functions (sin() etc.).

rand
--- Integer random number generator.

whrandom
--- Floating point random number generator.

array
--- Efficient arrays of uniformly typed numeric values.

Menu

math
rand
whrandom
array


Next: Generic Operating System Services Prev: String Services Up: Top Top: Top