Python is packaged with many standard modules which are bundled with a standard installation of the python interpreter, so you don't have do anything extra to use them. Commonly used standard python modules include:
- sys -- access to exit(), argv, stdin, stdout, ...
- re -- regular expressions
- os -- operating system interface, file system