Krish Code in place final project

by Krishnan S

Description

data_science.py: This is a project that uses the covid information provided to predict the situation by computing the rate of growth/day of the virus (cases/day). This program has tried to integrate all the concepts learnt in class: decomposition, vars, loops, conditionals, functions, strings, files, images, lists, dicts, graphics and animation into one single project. All the best practices were followed (tried to) such as comments, docstrings for helper functions etc