Where is the math.py (socket.py, regex.py, etc.) Source file?



Where is the math.py (socket.py, regex.py, etc.) Source file?..

Answer / Rahul Arora

The Python Standard Library modules like `math`, `socket`, and `re` are built-in modules in Python, and their source code is not distributed with your Python installation. Instead, they're written in C and compiled as part of the interpreter itself.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Does python support multiple inheritance?

1 Answers  


Should I learn r or python?

1 Answers  


What is reuests module will do?

1 Answers  


What are python libraries?

1 Answers  


What is the best tutorial for python?

1 Answers  


What is difference between input and raw_input?

1 Answers  


What is docstring in Python?

1 Answers  


What are advantages and disadvantages of python?

1 Answers  


Is multithreading possible in python?

1 Answers  


What are attributes and methods in a python class?

1 Answers  


Are lambda functions faster python?

1 Answers  


How fast can you learn python?

1 Answers  


Categories