
List some of the most commonly used built-in modules in Python?
Last updated 3 weeks, 5 days ago | 20 views 75 5

Python modules are the files having python code which can be functions, variables, or classes. These go by .py extension. The most commonly available built-in modules are:
- os
- math
- sys
- random
- re
- datetime
- JSON