What are Python modules? Name a few Python built-in modules that are often used.
Answer Posted / hr@tgksolutions.com
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
Is it easy to learn python?
Do python classes need init?
Which is faster python or c?
How many constructors can a class have?
Explain me inheritance in python with an example?
Does pandas recognize dates when importing data?
What are membership?
What program to write python?
What is the difference between range & xrange? Explain?
What types are iterable in python?
How will you capitalize the first letter of string?
What do you understand by python generator?
What is python list function?
What are variables in python?
What is the process to get the home directory using ‘~' in python?