Python in Azure Functions 基于Python的Azure Functions实践 赵健
Python in Azure Functions 基于Python的Azure Functions实践 赵健 - Microsoft 目录 CONTENTS Python 在 Azure 中无处不在 粘合剂 – Azure Functions Azure Functions 实践 Python 在 Azure 中无处不在 IEEE Spectrum’s sixth annual interactive Dev Tools Azure DevOps Azure NoteBook 运行 Python 代码 VM App Service Functions AKS ACI Azure Batch Notebook 连接 & 集成 Azure服务 Functions 认知服务 CosmosDB Event Grid Blob … Python 应用在Azure中的多种方式 Cloud-Optimized Cost control and Operations model Azure Azure 粘合剂 – Azure Functions Serverless in Azure – FaaS 是 Serverless 架构的核心 什么是 Azure Functions .NET, Node, Java, Docker, PHP, Ruby, Python Staging & deployment0 码力 | 28 页 | 12.57 MB | 1 年前3Tornado 6.2 Documentation
Tornado [https://www.tornadoweb.org] is a Python web framework and asynchronous networking library, originally developed at FriendFeed [https://en.wikipedia.org/wiki/FriendFeed]. By using non-blocking blocking code. asyncio Integration Tornado is integrated with the standard library asyncio [https://docs.python.org/3/library/asyncio.html#module-asyncio] module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for use with asyncio [https://docs.python.org/3/library/asyncio.html#module-asyncio] can be mixed freely with Tornado. Installation pip install tornado0 码力 | 407 页 | 385.03 KB | 1 年前3Tornado 6.5 Documentation
Tornado [https://www.tornadoweb.org] is a Python web framework and asynchronous networking library, originally developed at FriendFeed [https://en.wikipedia.org/wiki/FriendFeed]. By using non-blocking blocking code. asyncio Integration Tornado is integrated with the standard library asyncio [https://docs.python.org/3/library/asyncio.html#module-asyncio] module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for use with asyncio [https://docs.python.org/3/library/asyncio.html#module-asyncio] can be mixed freely with Tornado. Installation pip install tornado0 码力 | 437 页 | 405.14 KB | 2 月前3Tornado 6.4 Documentation
Tornado [https://www.tornadoweb.org] is a Python web framework and asynchronous networking library, originally developed at FriendFeed [https://en.wikipedia.org/wiki/FriendFeed]. By using non-blocking blocking code. asyncio Integration Tornado is integrated with the standard library asyncio [https://docs.python.org/3/library/asyncio.html#module-asyncio] module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for use with asyncio [https://docs.python.org/3/library/asyncio.html#module-asyncio] can be mixed freely with Tornado. Installation pip install tornado0 码力 | 432 页 | 402.58 KB | 1 年前3Tornado 6.4 Documentation
Tornado [https://www.tornadoweb.org] is a Python web framework and asynchronous networking library, originally developed at FriendFeed [https://en.wikipedia.org/wiki/FriendFeed]. By using non-blocking blocking code. asyncio Integration Tornado is integrated with the standard library asyncio [https://docs.python.org/3/library/asyncio.html#module-asyncio] module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for use with asyncio [https://docs.python.org/3/library/asyncio.html#module-asyncio] can be mixed freely with Tornado. Installation pip install tornado0 码力 | 432 页 | 402.58 KB | 1 年前3Tornado 6.4 Documentation
Tornado [https://www.tornadoweb.org] is a Python web framework and asynchronous networking library, originally developed at FriendFeed [https://en.wikipedia.org/wiki/FriendFeed]. By using non-blocking blocking code. asyncio Integration Tornado is integrated with the standard library asyncio [https://docs.python.org/3/library/asyncio.html#module-asyncio] module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for use with asyncio [https://docs.python.org/3/library/asyncio.html#module-asyncio] can be mixed freely with Tornado. Installation pip install tornado0 码力 | 432 页 | 402.58 KB | 1 年前3Tornado 6.3 Documentation
Tornado [https://www.tornadoweb.org] is a Python web framework and asynchronous networking library, originally developed at FriendFeed [https://en.wikipedia.org/wiki/FriendFeed]. By using non-blocking blocking code. asyncio Integration Tornado is integrated with the standard library asyncio [https://docs.python.org/3/library/asyncio.html#module-asyncio] module and shares the same event loop (by default since Tornado 5.0). In general, libraries designed for use with asyncio [https://docs.python.org/3/library/asyncio.html#module-asyncio] can be mixed freely with Tornado. Installation pip install tornado0 码力 | 423 页 | 398.18 KB | 1 年前3Mypy 1.8.0 Documentation
is a static type checker for Python. Type checkers help ensure that you’re using variables and functions in your code correctly. With mypy, add type hints (PEP 484 [https://peps.python.org/pep-0484/]) inference Types from libraries Next steps Type hints cheat sheet Variables Useful built-in types Functions Classes When you’re puzzled or when things are complicated Standard “duck types” Forward references syntax at runtime Generics Defining generic classes Defining subclasses of generic classes Generic functions Generic methods and generic self Automatic self types using typing.Self Variance of generic types0 码力 | 318 页 | 271.55 KB | 1 年前3Mypy 1.10.0+dev Documentation
is a static type checker for Python. Type checkers help ensure that you’re using variables and functions in your code correctly. With mypy, add type hints (PEP 484 [https://peps.python.org/pep-0484/]) inference Types from libraries Next steps Type hints cheat sheet Variables Useful built-in types Functions Classes When you’re puzzled or when things are complicated Standard “duck types” Forward references syntax at runtime Generics Defining generic classes Defining subclasses of generic classes Generic functions Generic methods and generic self Automatic self types using typing.Self Variance of generic types0 码力 | 318 页 | 270.84 KB | 1 年前3Python 标准库参考指南 2.7.18
The Python Library Reference 发布 2.7.18 Guido van Rossum and the Python development team 五月 20, 2020 Python Software Foundation Email: docs@python.org Contents 1 概述 3 2 内置函数 5 3 Non-essential Built-in Built-in Functions 25 4 内置常量 27 4.1 由 site 模块添加的常量 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 5 内置类型 29 5.1 逻辑值检测 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 11.3 copy_reg —Register pickle support functions . . . . . . . . . . . . . . . . . . . . . . . . . . . 314 11.4 shelve —Python 对象持久化 . . . . .0 码力 | 1552 页 | 7.42 MB | 9 月前3
共 530 条
- 1
- 2
- 3
- 4
- 5
- 6
- 53