Skip to content

This repository is collection of cool python concepts, tricks and useful functions.

Notifications You must be signed in to change notification settings

Garima1293/Assimilating-Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assimilating-Python

This repository is collection of cool python concepts, tricks and useful functions.

Usage and Explanation of each file

  1. inheritance.py has different type of inheritance explained using a class example.

  2. 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.

  3. Cool Stuff/ contains code files having some of the cool tricks we can do using python. For ex, Creating PPT.

About

This repository is collection of cool python concepts, tricks and useful functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.7%
  • Python 1.3%