Skip to content

tahmim-16/Python-Beginner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Python

Practice Problems

The practice problems: contains a solution of all the example problems of Programiz There are few more related solutions are also added.

The file similarity: actually finds out the similar files between the files that exists in a csv a file as well as in a directory. That is, a directory contains some files in it and there is a csv file by the random.csv which also contains some files which are also in the directory, so here I have found out the percentage of similar files between the directory and the csv file.

I have used pycharm IDE and python 3.10 to write my codes.