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: