Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Standalone Python Programs using PyInstaller

Standalone Python Programs using PyInstaller

A talk on Python packaging and PyInstaller given at GRPUG.

Avatar for Jace Browning

Jace Browning

September 19, 2016
Tweet

More Decks by Jace Browning

Other Decks in Programming

Transcript

  1. Outline • State of Python Packaging • Standalone Distribution •

    PyInstaller Overview • Demonstration • Work Time!
  2. Interpreted Languages 101 • Code ◦ Modules ◦ Packages •

    Interpreter ◦ CPython aka “Python” ◦ Jython ◦ IronPython
  3. So why do it? • Making work tools accessible •

    Sharing projects with non-programmers • It’s fun!