17 lines
830 B
Markdown
17 lines
830 B
Markdown
# Python 101:第 40 集——用 bbfreeze 创建可执行文件
|
|
|
|
> 原文:<https://www.blog.pythonlibrary.org/2019/01/08/python-101-episode-40-creating-executables-with-bbfreeze/>
|
|
|
|
In this screencast, we will learn how to turn your Python code into a Windows executable file using the [bbfreeze project](https://pypi.org/project/bbfreeze/). [https://www.youtube.com/embed/BQqfvYF5G_4](https://www.youtube.com/embed/BQqfvYF5G_4)
|
|
|
|
你也可以在这里阅读本视频所依据的章节,或者在 [Leanpub](https://leanpub.com/python_101) 上找到这本书
|
|
|
|
[](https://leanpub.com/python_101)
|
|
|
|
Python 101
|
|
|
|
* * *
|
|
|
|
### 相关阅读
|
|
|
|
* [bb freeze 教程](https://www.blog.pythonlibrary.org/2010/08/19/a-bbfreeze-tutorial-build-a-binary-series/)构建二进制序列! |