From 751144541f65870cfff37424e2029f15fe8b71fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Fad=C4=B1l=20USTA?= Date: Fri, 3 Jan 2025 11:33:41 +0300 Subject: [PATCH 1/2] [python] Update description of python Lets add more description that what the python is --- products/python.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/products/python.md b/products/python.md index 54a4d289a23..237e296f598 100644 --- a/products/python.md +++ b/products/python.md @@ -244,8 +244,10 @@ releases: --- -> [Python](https://www.python.org/) is an interpreted, high-level, general-purpose programming -> language. +> [Python](https://www.python.org/) is a high-level, object-oriented, and dynamic programming language. +> It is known for its readability and simple syntax. With extensive library support, Python is used in +> various fields such as data analysis, web development, and artificial intelligence. +> It is also notable for its platform independence and strong community support. The end-of-life is scheduled 5 years after the first release, but can be adjusted by the release manager of each branch. Every release gets: From 9b49cdf3147c41dced86893763c8ceca34c4b563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Fad=C4=B1l=20USTA?= Date: Fri, 3 Jan 2025 11:35:38 +0300 Subject: [PATCH 2/2] add forgetten interpreted part --- products/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/python.md b/products/python.md index 237e296f598..88053bbe66a 100644 --- a/products/python.md +++ b/products/python.md @@ -244,7 +244,7 @@ releases: --- -> [Python](https://www.python.org/) is a high-level, object-oriented, and dynamic programming language. +> [Python](https://www.python.org/) is an interpreted, high-level, object-oriented, and dynamic programming language. > It is known for its readability and simple syntax. With extensive library support, Python is used in > various fields such as data analysis, web development, and artificial intelligence. > It is also notable for its platform independence and strong community support.