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 |
where can I get the study material for python
How to avoid having class data shared among instances?
Print contents of a file ensuring proper error handling?
How do you create a list which is a reverse version on another list in python?
What is flask in python?
Do I need python if I have anaconda?
Do lists start at 0 or 1 java?
What are the basic elements of python?
Why don’t python lambda have any statement?
What is the use of the break statement?
State and explain about strings?
What do you know about iterator protocol?