- 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.
推薦閱讀
- C++程序設(shè)計(jì)教程
- Learning Network Forensics
- Drupal 8 Module Development
- Jupyter數(shù)據(jù)科學(xué)實(shí)戰(zhàn)
- Instant PHP Web Scraping
- Geospatial Development By Example with Python
- HTML5+CSS3+jQuery Mobile APP與移動(dòng)網(wǎng)站設(shè)計(jì)從入門(mén)到精通
- RubyMotion iOS Develoment Essentials
- Android Sensor Programming By Example
- Unity Android Game Development by Example Beginner's Guide
- 大學(xué)計(jì)算機(jī)應(yīng)用基礎(chǔ)(Windows 7+Office 2010)(IC3)
- Applied Deep Learning with Python
- PHP 7 Programming Blueprints
- Implementing Splunk(Second Edition)
- Python數(shù)據(jù)分析與挖掘?qū)崙?zhàn)(第2版)