From 7621aee8035e2c00b1611e1a74c9517ca2dfe006 Mon Sep 17 00:00:00 2001 From: Praveen Kumar BN <58360192+praveenbn88@users.noreply.github.com> Date: Sun, 26 Jan 2025 22:34:04 +0530 Subject: [PATCH] Improved few lines in README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f952123..f0771a7 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ # Learn Python ## Introduction 💫 -Python is a high-level, interpreted scripting language, highly used for automation and backend purposes. -People from different disciplines use Python for a variety of different tasks, such as data analysis and visualization, artificial intelligence and Machine Learning, -automation, etc. +Python is a high-level, interpreted scripting language, heavily used in automation and backend projects. +People from different disciplines use Python for a variety of different tasks, such as data analysis and visualization, artificial intelligence and Machine Learning, automation, etc. It is a language that many people fall in love with because of its simplicity. The syntax is simple and the debugging is also much easier in Python compared to languages like C++ or C# even though Python was made using C++ in 1991 by Guido van Rossum.