書名: 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.
推薦閱讀
- LaTeX Cookbook
- Hands-On Data Structures and Algorithms with JavaScript
- 區塊鏈架構與實現:Cosmos詳解
- Julia機器學習核心編程:人人可用的高性能科學計算
- Getting Started with Python Data Analysis
- 概率成形編碼調制技術理論及應用
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Hands-On Full Stack Development with Go
- 深入理解Elasticsearch(原書第3版)
- Teaching with Google Classroom
- Frank Kane's Taming Big Data with Apache Spark and Python
- Image Processing with ImageJ
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- 從零開始學Python網絡爬蟲
- Backbone.js Testing