Page 1 of 1

Deleting a File in Python, What Module?

Posted: Mon Oct 11, 2021 12:45 pm
by abductedbyaliens
Hi,

I am a beginner to Python and I was reading this blog - https://www.scaler.com/topics/how-to-de ... in-python/ on Deleting file in Python wanted to understand the difference between using the os module in python vs. using the shutil module for Deleting File in Python? Which module is recommended?