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.