From 9561b509bcbb328afd2e6c8ae309dd19a3520f5d Mon Sep 17 00:00:00 2001 From: Dhairya Gothi Date: Sat, 20 Jul 2024 21:39:12 +0530 Subject: [PATCH] Update intro-py.md --- docs/python/intro-py.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/python/intro-py.md b/docs/python/intro-py.md index 5f03c4291..9fb0a1a92 100644 --- a/docs/python/intro-py.md +++ b/docs/python/intro-py.md @@ -6,7 +6,7 @@ sidebar_position: 1 tags: [python, programming, language, introduction, syntax, features, applications, libraries, community, open-source, object-oriented, interpreted, cross-platform, scalable] description: In this tutorial, we will learn about Python, its features, syntax, applications, libraries, and community support. --- -![alt text](image.png) +![pyhton-intro](image.png) Python was created by Guido van Rossum and first released in 1991. Python is an open-source language, which means that the source code is freely available for anyone to use, modify, and distribute. Python has a large and active community of developers who contribute to the language and its ecosystem of libraries and tools.