- Daniel Arbuckle's Mastering Python
- Daniel Arbuckle
- 113字
- 2021-07-02 21:09:33
Changes in packages
Python now includes a package called typing in the standard library that contains classes and functions supporting the usage of type hints.
Python also includes a package called zipapp in the standard library.
For typing visit the following website:
https://docs.python.org/3/library/typing.html
For zipapp, visit this website:
https://docs.python.org/3/library/zipapp.html
https://docs.python.org/3/library/typing.html
For zipapp, visit this website:
https://docs.python.org/3/library/zipapp.html
The zipapp package makes it easy to construct .pyz files. A .pyz file is an archive file containing Python code and arbitrary read-only data, which the Python runtime is able to execute as a self-contained program. Once a program is debugged and ready for distribution, packaging it into a .pyz file is a simple and smart way to hand it to the users.
推薦閱讀
- 面向對象程序設計(Java版)
- 重學Java設計模式
- Processing創意編程指南
- Buildbox 2.x Game Development
- Deep Learning with R Cookbook
- C編程技巧:117個問題解決方案示例
- OpenCV 3計算機視覺:Python語言實現(原書第2版)
- jQuery技術內幕:深入解析jQuery架構設計與實現原理
- Software-Defined Networking with OpenFlow(Second Edition)
- Applied Deep Learning with Python
- AngularJS UI Development
- JSP應用與開發技術(第3版)
- Unreal Engine 4 Game Development Essentials
- Android Application Programming with OpenCV 3
- 瘋狂Ajax講義(第3版)