Python中自带电池是什么意思?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python中自带电池是什么意思?相关的知识,希望对你有一定的参考价值。
今天在学习Celery时,在Celery的文档中看到Celery是自带电池的,一时间无法理解什么是自带电池,遂谷歌之。
结果如下:
Wiki百科的解释:
- Motto of the Python programming language, meaning it comes with a large library of useful modules.
Python编程语言的格言,意味着Python拥有大量含有有用模块的库。
Quora上Vishnu Ashok的解释:
It means you don‘t have to reinvent the wheel.
Most of the things you need are made available through libraries. You can import and use them.
你不必重复造轮子。
大多数你需要的功能都能通过(已有)库完成。你能导入并使用它们。
以上是关于Python中自带电池是什么意思?的主要内容,如果未能解决你的问题,请参考以下文章