What is namespace in Python?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
A namespace is a naming system used to make sure that names are unique to avoid naming conflicts.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
A namespace is a naming system used to make sure that names are unique to avoid naming conflicts.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me what is flask & its benefits?
How do I put python to sleep?
How to python script executable on unix?
What does Django mean in Python?
Is del the same as remove()? What are they?
Does python have private methods?
What are objects and classes in python?
What is a generator?
Do arrays start at 0 in python?
How many basic types of functions are available in python?
How do you break a while loop?
Tell me the use of the split function in python?