- 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.
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Java多線程編程實戰指南:設計模式篇(第2版)
- Mobile Web Performance Optimization
- 大學計算機基礎(第2版)(微課版)
- 高級語言程序設計(C語言版):基于計算思維能力培養
- 軟件供應鏈安全:源代碼缺陷實例剖析
- R數據科學實戰:工具詳解與案例分析
- Hands-On Kubernetes on Windows
- 深入淺出Python數據分析
- HTML5移動前端開發基礎與實戰(微課版)
- WordPress Search Engine Optimization(Second Edition)
- Drupal Search Engine Optimization
- Python無監督學習
- Python Penetration Testing Essentials
- Spring Boot 2+Thymeleaf企業應用實戰