Answer Posted / nashiinformaticssolutions
When you import a module, you use this environment variable. PYTHONPATH is examined when a module is imported to see whether the imported modules are located in different folders. It helps the interpreter decide which module to load.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to compare two lists in python?
List down some of the pdb commands for debugging python programs?
What are the 3 types of loops?
What is a numpy in python?
Explain the synbtax to split a string in python?
What is meant by instantiating a class?
What was your contribution to the above project?
What is PEP8?
When would you use a list vs. A tuple vs. A set in python?
What is repr() function in python?
Is python good for windows?
What is *args and **kwargs?
What is python __ repr __?
What are some common uses of Pickling in Python?
What is __ name __ in python?