Here you will find miscellaneous codes I wrote and some of my personal projects.
Each project will and group of codes will be in a subdirecoty in this repo.
Here you will find some miscellaneous codes on file handling using Python
It covers topics like: read and write csvs and txts; get a sample of a file;
iterate over the rows os a file; iterate over files in a directory.
Here you will find some miscellaneous codes on requests using Python