Joke Collection Website - Talk about mood - Why is life short? I use Parsons! What's good about this programming language? Talk about the fastest and most compatible programming languages.

Why is life short? I use Parsons! What's good about this programming language? Talk about the fastest and most compatible programming languages.

Parsons is python.

Python has a rich and powerful library. Often dubbed glue language, it can easily connect various modules made by other languages (especially C/C++). A common application situation is to use Python to quickly generate the prototype of the program (sometimes even the final interface of the program), and then rewrite the parts with special requirements in a more suitable language, such as the graphics rendering module in 3D games, which has particularly high performance requirements and can be rewritten in C/C++, and then encapsulated into an extended class library that Python can call. It should be noted that when using extended class libraries, platform issues may need to be considered, and some may not provide cross-platform implementation.

In other words, this is a universal product with a short development cycle.

But the running efficiency is still slightly lower than C/C++.

Generally speaking, it is a good language.