Nuitka Tutorial - Creating Python Exes for Distribution

preview_player
Показать описание
In this Python tutorial, we will introduce you to "Nuitka" which is a Python Library used to convert your code to standalone executables.

### Website Link
Рекомендации по теме
Комментарии
Автор

Nice video, just the info I needed to get started compiling my program as stand-alone. Thanks!

rick
Автор

I just installed visual studio 2019 because I wanted to compile my own pyinstaller to get rid of the false flags, but it couldn't find the powershell.exe, so I remembered seeing this video. So far so good.

tobiewaldeck
Автор

If python developers do the job of Jetbrainns when they invented Kotlin. We need Python multiplatform compiler or JVM type.

abcfx
Автор

it's detected as virus, how to solve it?

novianindy
Автор

Will this work if my main.py is importing from other local py files??? if not, then what do I need to do to get it to work

modernmage
Автор

How do I get it to compile the C code with -o3 or whatever optimization turned on from clang and mingw?

FinalMythology
Автор

What compiler gives smallest package size?

maddyeric
Автор

When I see the size of tutorial.exe (109 MB), OMG, this is not for me.

kcvinu
Автор

Can I compile for mac on windows device, if not then how can I?

Racchiit