What are Python modules? Name a few Python built-in modules that are often used.
Answer Posted / nashiinformaticssolutions
Files containing Python code are called modules. This code can make use of variables, classes, or functions. A.py file containing executable code is called a Python module. The frequently utilized built-in modules are as follows:
JSON data time
Random Math System OS
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the length of your largest python code? Can you please describe the project?
What are some python projects for beginners?
Does python supports interfaces like in java or c#?
Explain the use of ternary operator in python?
What is python xrange?
Why is python good for beginners?
What happens if we do not handle an error in the except block?
How do you add in python?
How is numpy different from scipy?
What is python console?
How do you parse a json file in python?
Is python statically typed or dynamically typed?
Give an example of a shuffle() method?
What is python distutils?
Is python 0 indexed?