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
In which field python is used?
Does facebook use python?
Does amazon use python?
What is the Java implementation of Python popularly known as?
How do you concatenate strings in python?
how do you reverse a list in python?
Name the built-in types provided by python?
How we can copy an object in python?
Can you name ten built-in functions in python and explain each in brief?
How do you invoke the python interpreter for interactive use?
How do I use xrange in python 3?
What is the purpose of #!/usr/bin/pythonon the first line in the above code? Is there any advantage?
What is the with statement in python?
Explain what is a flask? What are its benefits?
How do you make use of arrays in python?