Home  >  Article  >  Backend Development  >  What is the abbreviation of python?

What is the abbreviation of python?

little bottle
little bottleOriginal
2019-05-30 16:19:5110533browse

Python is a computer scripting language, also known as the glue language. In life, some friends just pronounce the abbreviation of python directly for convenience. So what is the abbreviation of python?

What is the abbreviation of python?

Precisely because the file name suffix of Python is .py, many people often use py to refer to Python.

Python has a wide range of applications:

Web applications

Python is often used for web development. For example, through the mod_wsgi module, Apache can run web programs written in Python. Gunicorn written in Python language serves as a web server and can also run web programs written in Python language.

Python has complete support for various network protocols, so it is often used to write server software and web crawlers.

GUI development

The Tkinter library included in Python itself can support simple GUI development. But more and more Python programmers choose GUI packages such as wxPython or PyQt to develop cross-platform desktop software. Desktop software developed using them runs fast and fits the user's desktop environment. Programs can also be published as independent installation packages through PyInstaller.

Operating system

In many operating systems, Python is a standard system component. Most Linux distributions and Mac OS X have integrated Python, and you can run Python directly in the terminal. There are some Linux distribution installers written in Python, such as Ubuntu's Ubiquity installer, Red Hat Linux and Fedora's Anaconda installer.

Scientific Computing

NumPy, SciPy, and Matplotlib allow Python programmers to write scientific computing programs. Some companies will use Scons instead of make to build C programs.

Many games use C to write high-performance modules such as graphics display, and use Python or Lua to write game logic and servers. Compared with Python, Lua has simpler functions and smaller size; while Python supports more features and data types. Many games, such as EVE Online, use Python to handle the numerous logic in the game.

YouTube, Google, Yahoo!, and NASA all use Python extensively internally.

Most software of OLPC’s operating system Sugar project is also written in Python.



The above is the detailed content of What is the abbreviation of python?. 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