Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7
If you use Visual studio 2017. It makes one for you https://www.sololearn.com/discuss/410578/?ref=app
21st Mar 2018, 9:07 PM
Manual
Manual - avatar
+ 7
Py2exe, cx_freeze and nuitka - all work but produce large files or file packs, as Python is not a compiled language -- the .exe contains the interpreter itself and all needed (imported) modules. And that can be *really* heavy altogether.
21st Mar 2018, 10:47 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 6
yes python works on it. You need to install the VS python add-on.
21st Mar 2018, 9:16 PM
Manual
Manual - avatar
+ 4
Perhaps py2exe will also work.
21st Mar 2018, 9:33 PM
Fox
Fox - avatar
+ 1
Yup Visual studio python extension works. But I won't use VS for python. Intellisense won't work most of the times any languages outside. NET like C# and native C++
22nd Mar 2018, 11:28 AM
Naman Sharma
Naman Sharma - avatar