From 360abaee934fde7a13d0a674ce7a0fe2eb73019e Mon Sep 17 00:00:00 2001 From: Suchit Gaikwad <107491942+Suchitgeek@users.noreply.github.com> Date: Thu, 1 Sep 2022 19:24:48 +0530 Subject: [PATCH] index.md Added some basic python preview. --- .../programming/languages/python/index.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/data-science-notes/programming/languages/python/index.md b/data-science-notes/programming/languages/python/index.md index e53e6369..4e30464e 100644 --- a/data-science-notes/programming/languages/python/index.md +++ b/data-science-notes/programming/languages/python/index.md @@ -4,7 +4,15 @@ ## Overview ---- +Python is a high-level, interpreted, interactive and object-driven script language. Python is designed to be very user-friendly. He frequently uses English keywords, while other languages use punctuation, and there are fewer syntactical constructs than other languages. + +- Python is interpreted Python - is treated when the interpreter starts. It is not necessary to build your program before executing it. This is similar to PERL and PHP. + +- Python is interactive - You can actually sit on a Python invite and interact directly with the interpreter to write your programs. + +- Python is object oriented - Python supports the object-oriented style or programming technique which encapsulates the code in objects. + +- Python is a Beginner's Language − Python is a great language for the beginner-level programmers and supports the development of a wide range of applications from simple text processing to WWW browsers to games ## Basic Syntax @@ -19,4 +27,4 @@ --- -Contributions made by our wonderful GitHub Contributors: \ No newline at end of file +Contributions made by our wonderful GitHub Contributors: