From 3f665536356eb127520905dddfbb9d7ff2af1f0a Mon Sep 17 00:00:00 2001 From: Santosh Kumar Singh Date: Fri, 2 Oct 2020 12:07:45 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9927c7..07dda1b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # python -Python tutorials for absolute beginners -It contains all the basics and simple program of Python and will be helpful who is starting to learn code. +Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms. +In this repository, we will go through step by step in depth of Python that makes easy to learn. + +Best of luck +Thank you From a59201da9642f95a3c80cb645b7d2e8f4013a3cf Mon Sep 17 00:00:00 2001 From: Santosh Kumar Singh Date: Fri, 2 Oct 2020 12:08:07 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07dda1b..f9ed244 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms. In this repository, we will go through step by step in depth of Python that makes easy to learn. -Best of luck +Best of luck, Thank you