Explain PYTHONPATH
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / 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 |
Why we are using def keyword for method?
Tell me what is pickling and unpickling?
What are negative indices?
Explain classifier.
Name the arithmetic operators supported by python.
How do I share global variables across modules?
Will the do-while loop work if you don’t end it with a semicolon?
What is hierarchical inheritance?
Name and explain the three magic methods of python that are used in the construction and initialization of custom objects?
What is setup script?
What is the function of negative index?
How do you represent binary and hexadecimal numbers?