+ 1
How to have executable from python
Hi When we have .cpp and .h files from C++ , different options are there to generate either lib or dll or executable file. In same way, how to generate executable from python. I understand python is interpreter unlike C++, but do we have option to somehow run something for python directly ?
2 Answers
+ 4
Hello Ketan Lalcheta
I think this article should help you:
https://yash7.medium.com/how-to-turn-your-JUMP_LINK__&&__python__&&__JUMP_LINK-script-into-an-executable-file-d64edb13c2d4
+ 1
Thanks for sharing this đ