Built-in Modules
This section gives a brief introduction to some of the built-in packages in Python, including the math module.
We'll cover the following
Introduction to modules
The standard Python distribution comes with about 300 modules; many more are available, both commercial and free. Before writing code to solve problems in a given domain, it is a good idea to first check to see what is already available.
Get hands-on with 1400+ tech skills courses.