Webmaster Forums - Website and SEO Help

Web Development and Design => Database, Server, Coding and Website Administration => Topic started by: pihu147741 on November 07, 2019, 12:41:13 AM

Title: What is python Language ..?
Post by: pihu147741 on November 07, 2019, 12:41:13 AM
Hello friends,

I Want to know that What is python Language ..?
Title: Re: What is python Language ..?
Post by: ellenwilson on November 07, 2019, 01:03:57 AM
In technical terms, Python is an object-oriented, high-level programming language with integrated dynamic semantics primarily for web and app development.
Title: Re: What is python Language ..?
Post by: vinitha on November 07, 2019, 03:15:38 AM
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. ... Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse.
Title: Re: What is python Language ..?
Post by: Noths on December 26, 2019, 08:14:42 AM
Basically, Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. For more information, I strongly recommend you to visit the official website:
https://www.python.org/doc/essays/blurb/