4 odpowiedzi
+ 9
Either you wrap it into an .exe, but along with the whole Python package (some 30-40MB altogether). Or you may save it in one of the online available interpreters, like Sololearn's Code Playground:
https://www.sololearn.com/Codes/
Others available are for example:
www.trinket.io/features/python3
www.codeskulptor.org
www.codeanywhere.com
+ 1
You could use a 'freezer' like cx_freeze to package your program into an exe.
0
but cx_freeze, it requires command prompt to work with it,but when type python in command prompt it shows python is not an internal and external command s.how?
0
kuba ,I don't understand how it works.can u explain more deeply?pls