I'm working on Windows 10 most of the time. I want to learn something new and I've decided to build an GUI software with Python QT.
Since I do have Ubuntu installed as a subsystem, could I use it to actually run the software that I'll be building? I know that Linux and Windows do not share the same graphic interface or something like that (correct me if I'm wrong) and I expect the Python QT package within Ubuntu to use a library incompatible with Windows.
Could I make this work or I should not bother and install python natively on Windows?
Thank you.