码迷,mamicode.com
首页 > 编程语言 > 详细

Python中自带电池是什么意思?

时间:2016-03-11 22:08:12      阅读:334      评论:0      收藏:0      [点我收藏+]

标签:

今天在学习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中自带电池是什么意思?

标签:

原文地址:http://www.cnblogs.com/yaoel/p/5267148.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!