Which are the file related libraries/modules in python?



Which are the file related libraries/modules in python?..

Answer / Purnendu Kumar Shukla

Python has several built-in modules for handling files, such as `os`, `sys`, `io`, and `fileinput`. For more complex file handling, you can use third-party libraries like `pytz` for dealing with time zones.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What are the rules for legal python names?

1 Answers  


Does python has classes?

1 Answers  


Tell me what is pep 8?

1 Answers  


Why is python oop?

1 Answers  


What is module in python?

1 Answers  


Is dictionary faster than list python?

1 Answers  


Does python make use of access specifiers?

1 Answers  


How we can copy an object in python?

1 Answers  


Is there a null in python?

1 Answers  


Whenever python exists why does all the memory is not de-allocated / freed when python exits?

1 Answers  


What happens when you execute the statement mango=banana in python?

1 Answers  


What apps are written in python?

1 Answers  


Categories