Python 标准库参考指南 2.7.18 implementation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327 11.13 sqlite3 —SQLite 数据库 DB-API 2.0 接口模块 . . . . . . . . . . . . . . . . . . . . . . . . . . 328 12 数据压缩和存档 347 12.1 zlib —与 gzip . 832 19.7 xml.etree.ElementTree —ElementTree XML API . . . . . . . . . . . . . . . . . . . . . . . 833 19.8 xml.dom —The Document Object Model API . . . . . . . . . . . . . . . . . . . . . . . . . 程序员必须依靠它们来实现系统级功能,例如文件 I/O,此外还有大量以 Python 编写的模块,提供了日常编程中许多问题的标准解决方案。其中有些模块经过专门设计,通过将特定 平台功能抽象化为平台中立的 API 来鼓励和加强 Python 程序的可移植性。 Windows 版本的 Python 安装程序通常包含整个标准库,往往还包含许多额外组件。对于类 Unix 操作系统, Python 通常会分成一系0 码力 | 1552 页 | 7.42 MB | 9 月前3
Python 标准库参考指南 2.7.18 implementation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327 11.13 sqlite3 —SQLite 数据库 DB-API 2.0 接口模块 . . . . . . . . . . . . . . . . . . . . . . . . . . 328 12 数据压缩和存档 347 12.1 zlib —与 gzip . 832 19.7 xml.etree.ElementTree —ElementTree XML API . . . . . . . . . . . . . . . . . . . . . . . 833 19.8 xml.dom —The Document Object Model API . . . . . . . . . . . . . . . . . . . . . . . . . 程序员必须依靠它们来实现系统级功能,例如文件 I/O,此外还有大量以 Python 编写的模块,提供了日常编程中许多问题的标准解决方案。其中有些模块经过专门设计,通过将特定 平台功能抽象化为平台中立的 API 来鼓励和加强 Python 程序的可移植性。 Windows 版本的 Python 安装程序通常包含整个标准库,往往还包含许多额外组件。对于类 Unix 操作系统, Python 通常会分成一系0 码力 | 1552 页 | 7.42 MB | 9 月前3
Python 标准库参考指南 2.7.18 implementation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327 11.13 sqlite3 —SQLite 数据库 DB-API 2.0 接口模块 . . . . . . . . . . . . . . . . . . . . . . . . . . 328 12 数据压缩和存档 347 12.1 zlib —与 gzip . 832 19.7 xml.etree.ElementTree —ElementTree XML API . . . . . . . . . . . . . . . . . . . . . . . 833 19.8 xml.dom —The Document Object Model API . . . . . . . . . . . . . . . . . . . . . . . . . 程序员必须依靠它们来实现系统级功能,例如文件 I/O,此外还有大量以 Python 编写的模块,提供了日常编程中许多问题的标准解决方案。其中有些模块经过专门设计,通过将特定 平台功能抽象化为平台中立的 API 来鼓励和加强 Python 程序的可移植性。 Windows 版本的 Python 安装程序通常包含整个标准库,往往还包含许多额外组件。对于类 Unix 操作系统, Python 通常会分成一系0 码力 | 1552 页 | 7.42 MB | 9 月前3
Flask-RESTful Documentation Release 0.3.6show you how to get started in using Flask- RESTful with Flask. Installation Quickstart A Minimal API Resourceful Routing Endpoints Argument Parsing Data Formatting Full Example Request Parsing Basic Parameters Into Resources API Reference If you are looking for information on a specific function, class or method, this part of the documentation is for you. API Docs Api ReqParse Fields Inputs Additional Flask-RESTful requires Python version 2.6, 2.7, 3.3, or 3.4. Quickstart It’s time to write your first REST API. This guide assumes you have a working understanding of Flask [http://flask.pocoo.org], and that you0 码力 | 49 页 | 91.90 KB | 1 年前3
Flask-RESTful Documentation Release 0.3.8show you how to get started in using Flask- RESTful with Flask. Installation Quickstart A Minimal API Resourceful Routing Endpoints Argument Parsing Data Formatting Full Example Request Parsing Basic Parameters Into Resources API Reference If you are looking for information on a specific function, class or method, this part of the documentation is for you. API Docs Api ReqParse Fields Inputs Additional requires Python version 2.7, 3.4, 3.5, 3.6 or 3.7 Quickstart It’s time to write your first REST API. This guide assumes you have a working understanding of Flask [http://flask.pocoo.org], and that you0 码力 | 55 页 | 93.30 KB | 1 年前3
Flask-RESTful Documentation Release 0.3.7show you how to get started in using Flask- RESTful with Flask. Installation Quickstart A Minimal API Resourceful Routing Endpoints Argument Parsing Data Formatting Full Example Request Parsing Basic Parameters Into Resources API Reference If you are looking for information on a specific function, class or method, this part of the documentation is for you. API Docs Api ReqParse Fields Inputs Additional requires Python version 2.7, 3.4, 3.5, 3.6 or 3.7 Quickstart It’s time to write your first REST API. This guide assumes you have a working understanding of Flask [http://flask.pocoo.org], and that you0 码力 | 55 页 | 93.21 KB | 1 年前3
Flask-RESTful Documentation
Release 0.3.7. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 2 API Reference 27 2.1 API Docs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . requires Python version 2.7, 3.4, 3.5, 3.6 or 3.7 1.2 Quickstart It’s time to write your first REST API. This guide assumes you have a working understanding of Flask, and that you have already installed Minimal API A minimal Flask-RESTful API looks like this: 3 Flask-RESTful Documentation, Release 0.3.7 from flask import Flask from flask_restful import Resource, Api app = Flask(__name__) api = Api(app)0 码力 | 50 页 | 253.09 KB | 1 年前3
Flask-RESTful Documentation
Release 0.3.8. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 2 API Reference 27 2.1 API Docs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . requires Python version 2.7, 3.4, 3.5, 3.6 or 3.7 1.2 Quickstart It’s time to write your first REST API. This guide assumes you have a working understanding of Flask, and that you have already installed Minimal API A minimal Flask-RESTful API looks like this: 3 Flask-RESTful Documentation, Release 0.3.8 from flask import Flask from flask_restful import Resource, Api app = Flask(__name__) api = Api(app)0 码力 | 50 页 | 253.64 KB | 1 年前3
Flask-RESTful Documentation
Release 0.3.6. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 2 API Reference 27 2.1 API Docs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . requires Python version 2.6, 2.7, 3.3, or 3.4. 1.2 Quickstart It’s time to write your first REST API. This guide assumes you have a working understanding of Flask, and that you have already installed Minimal API A minimal Flask-RESTful API looks like this: 3 Flask-RESTful Documentation, Release 0.3.6 from flask import Flask from flask_restful import Resource, Api app = Flask(__name__) api = Api(app)0 码力 | 46 页 | 245.60 KB | 1 年前3
Flask-RESTful Documentation Release 0.3.10show you how to get started in using Flask- RESTful with Flask. Installation Quickstart A Minimal API Resourceful Routing Endpoints Argument Parsing Data Formatting Full Example Request Parsing Basic Parameters Into Resources API Reference If you are looking for information on a specific function, class or method, this part of the documentation is for you. API Docs Api ReqParse Fields Inputs Additional requires Python version 2.7, 3.4, 3.5, 3.6 or 3.7 Quickstart It’s time to write your first REST API. This guide assumes you have a working understanding of Flask [http://flask.pocoo.org], and that you0 码力 | 42 页 | 84.60 KB | 1 年前3
共 515 条
- 1
- 2
- 3
- 4
- 5
- 6
- 52













