Posts by Pvic • 1 point
1 post
-
-2
votes2
answers9963
viewsA: how to compile a python script in a executable
Using linux you can use the terminal. python meuscript.py It is the most basic form without using IDE. You can also specify the interpreter version. Here for example I use python3 meuScript.py An…