Answer Posted / glibwaresoftsolutions
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
What is negative index in Python?
How manages to python handle memory management?
What are the types of functions in python?
How is Multithreading achieved in Python?
Explain split() methods of "re" module in python?
What is the Java implementation of Python popularly known as?
How can I learn python for free?
State some programming language features of python?
What is python constructor?
Why to use python numpy instead o f lists?
How is it possible to share global variables across various modules?
What do you mean by overriding methods?
Does python have access specifiers?
What are dict and list comprehensions?
How do you convert a string to in python?