Dev with Serdar
Learn coding in Python, Go and Rust from Serdar Yegulalp, software dev specialist and senior writer at InfoWorld.
Why itβs so hard to redistribute standalone Python apps
Overview
Why, many Python devs ask, is it so hard to take a Python app and make it into a redistributable click-to-run package? The answer lies in features that are baked deep into Python's design as a language, and which make it challenging to bundle Python applications as standalone items. This video explores why this remains such a complex problem, and why the solutions and workarounds for it can only do so much.


