Talk Proposal Submission
If you are interested in attending this talk at PyCon JP 2017, please use the social media share buttons below. We will consider the popularity of the proposals when making our selection.
talk
Pythonで作ったアプリケーションの一般向け配布を模索する(ja)
Speakers
Shinya Okano
Audience level:
Intermediate
Category:
Packaging
Description
py2exeやcx_Freeze、PyInstallerといったアプリケーションをパッケージングするツールを紹介します。
なお、当方Macの環境は無いのでiOSとMacOS向けについては解説しません。
Objectives
py2exeやcx_Freeze、PyInstallerの使い方。Pythonで作ったアプリケーションの配布方法。
Abstract
Pythonで作ったアプリケーションを動かすには、ランタイム環境が必要になります。
py2exeやcx_Freeze、PyInstallerを使ってアプリケーションをパッケージングすると、利用者は簡単に利用できます。