Completed
Multiplatform: Linux
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Distributing Python Programs Through PyInstaller
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduzione
- 2 Goal
- 3 Means
- 4 Solution
- 5 Overview
- 6 Crash tutorial
- 7 Where is the program?
- 8 Import hooks
- 9 And now for something better
- 10 What is in there?
- 11 Where are the libraries?
- 12 Explore the executable
- 13 Feature reel
- 14 Multiplatform: Windows
- 15 Multiplatform: Linux
- 16 Multiplatform: Mac OS X
- 17 Flexibility
- 18 Analysis
- 19 SPEC file
- 20 Dependencies: Python level
- 21 Dependencies: OS level
- 22 Hidden imports (& datas)
- 23 SPEC hand editing
- 24 Reverse engineering
- 25 Pyinstaller future
- 26 Questions?