From 76f0abf587d2ec7e562d2e6d1031cba18c3d1412 Mon Sep 17 00:00:00 2001 From: Sayantan Jana Date: Thu, 15 Oct 2020 10:15:45 +0530 Subject: [PATCH] Fixed and Updated the Quality of README.md file Readme file is one of the essential file in GitHub. It portrays the Repository to outside world. So it needs to be descriptive so that other Open Source Contributors can understand why this is all about. I have updated the quality of README by adding some information. Please merge my pull request. You can add anything you want to make it more perfect. Thanks. --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c243db0..2b6775e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Shared Python work -### Author: Dan Finkel -### Email: dan.finkel@gmail.com -### Last Update: September 6 2018 -Various python files serving a variety of applications +### What is Python +Python is an interpreted, interactive, object-oriented programming language. It incorporates modules, exceptions, dynamic typing, very high level dynamic data types, and classes. + +### About [this Repository](https://github.com/danfinkel/python) +This repo contains Various python files serving a variety of applications like Python API Queries, Boston Marathon, Taxi Rides and so on. +Give a star if this Repo helped you by any means. Thanks . + +### Credits +#### Author: Dan Finkel +#### Email: dan.finkel@gmail.com +#### Last Update: September 6 2018