Why do we need Python Directories



Why do we need Python Directories..

Answer / Madhu Sonker

Python directories (also known as packages) are used to organize and structure code in a logical way, making it easier to manage and reuse. They allow you to import modules from subdirectories without having to specify the full file path.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

How will you change case for all letters in string in python?

1 Answers  


Is python good for windows?

1 Answers  


Explain python’s slice notation?

1 Answers  


What is the key difference between a list and the tuple?

1 Answers  


What is the use of globals() function in python?

1 Answers  


Is java or python more useful?

1 Answers  


What is the output of this line?

1 Answers  


What is sphinx linux?

1 Answers  


How to count the number of instance?

1 Answers  


What does end do in python?

1 Answers  


Which web server is best for python?

1 Answers  


What kinds of patterns could I enforce on the code to make it easier to translate to another programming language?

1 Answers  


Categories