Back to Browse

Compile Python on Raspberry Pi and Intro to VENV Virtual Environments

406 views
Streamed live on Aug 25, 2025
20:06

Today we are going to cover how to package your python scripts for easy distribution to other people. We will create a simple quote generator that obtains a quote from the web and displays it in our application window. To do this, we will use a Python Virtual Environment (venv) to be able to create a clean template to create our python executable using pyinstaller. Link to Presentation and Example Files on GitHub: https://github.com/XtendedGreg/Compile-Python

Download

1 formats

Video Formats

360pmp444.2 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Compile Python on Raspberry Pi and Intro to VENV Virtual Environments | NatokHD