Usage and Explanation of each file
-
inheritance.py has different type of inheritance explained using a class example.
-
deletefoldercontents.py has a very useful function to delete any folder contents programatically, either you can run it in terminal/command prompt giving path to folder as input like below :
deletefoldercontents.py '/Users/akanshajain/Downloads/FolderYouWantToDelete/'
or just take the function clearfolder() and use it anywhere in your code.
-
Cool Stuff/ contains code files having some of the cool tricks we can do using python. For ex, Creating PPT.