Following up on this SO question
How to replace (or strip) an extension from a filename in Python?
I have about a hundred files in a folder, all of which I would like to remove the extension from the name. Is there a way to do this without having to change each individual file?