为了账号安全,请及时绑定邮箱和手机立即绑定

Python官方指导里的一段话看不太懂,求解释

Python官方指导里的一段话看不太懂,求解释

不负相思意 2019-02-18 18:00:36
Python has a “batteries included” philosophy. This is best seen through the sophisticated and robust capabilities of its larger packages. For example:• The xmlrpc.client and xmlrpc.server modules make implementing remote procedure calls into an almost trivial task. Despite the modules names, no direct knowledge or handling of XML is needed.• The email package is a library for managing email messages, including MIME and other RFC 2822-based message documents. Unlike smtplib and poplib which actually send and receive messages, the email package has a complete toolset for building or decoding complex message structures (including attachments) and for implementing internet encoding and header protocols.• The json package provides robust support for parsing this popular data interchange format. The csv module supports direct reading and writing of files in Comma-Separated Value format, commonly supported by databases and spreadsheets. XML processing is supported by the xml.etree.ElementTree, xml.dom and xml.sax packages. Together, these modules and packages greatly simplify data interchange between Python applications and other tools. Batteries Included表示什么意思?
查看完整描述

1 回答

?
鸿蒙传说

TA贡献1865条经验 获得超7个赞

这个不好翻译,意思大概就是内含组件完备,开箱即用,工具库很多。

docker貌似也是这么个词。

查看完整回答
反对 回复 2019-03-01
  • 1 回答
  • 0 关注
  • 841 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信