I'm beginner on python, I'm developing a Python 3 application on my own computer (LINUX) and I have to give a final standalone version on Windows 64 to my teacher.
My question is how to compile a python program on Windows, what's tools are generally used to programming python on windows and how to handle dependencies module (Sklearn
, OpenCV
...etc).
Thanks in advance !