Freezing Your Code

An alternative to shipping your code is freezing it — shipping it as an executable with a bundled Python interpreter.

Many applications you use every day do this:

  • Dropbox
  • BitTorrent

Todo

Fill in “Freezing Your Code” stub

Windows

py2exe

OSX

py2app

PyInstaller

Linux

bbFreeze

PyInstaller

Python Guide.

This opinionated guide exists to provide both novice and expert Python developers a best-practice handbook to the installation, configuration, and usage of Python on a daily basis.

Table Of Contents

Related Topics

This Page

Fork me on GitHub