InterviewSolution
Saved Bookmarks
| 1. |
Where Is Freeze For Windows? |
|
Answer» "Freeze" is a PROGRAM that ALLOWS you to ship a Python program as a single stand-alone executable FILE. It is not a COMPILER; your programs don't run any faster, but they are more easily distributable, at least to platforms with the same OS and CPU. "Freeze" is a program that allows you to ship a Python program as a single stand-alone executable file. It is not a compiler; your programs don't run any faster, but they are more easily distributable, at least to platforms with the same OS and CPU. |
|