Home  >  Article  >  Backend Development  >  Can python do scripts?

Can python do scripts?

藏色散人
藏色散人Original
2019-06-28 11:08:144504browse

Can python do scripts?

Python is a widely used interpreted, high-level programming, general-purpose programming language created by Guido van Rossum. The first version was released in 1991. It can be regarded as an improved LISP. Python's design philosophy emphasizes code readability and concise syntax. Python allows developers to express ideas in less code than C or Java. Whether it is a small or large program, the language attempts to make the structure of the program clear and unambiguous.

So can python do scripts?

Of course python can do scripts.

Python can be mainly used in three areas:

● Web development

● Data science - including machine learning, data analysis and data visualization

● Script writing

Related recommendations: "Python Tutorial"

The above is the detailed content of Can python do scripts?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn