Search code examples
pythonuser-interfacefrontenddesktop-application

Which language is recommended for developing front end UI (a desktop app) if my back end is written in python?


I have developed a machine learning code in python and I am going to make a nice and modern (not boring classic GUI) UI for my code. What language is recommended to be learnt to develop a front end desktop UI for this kind of code?

My final software supposed to be a standalone desktop software. The front end should do too much chart plotting and map display. Any recommendation?


Solution

  • Have a look at https://electron.atom.io/

    all you need to learn is JavaScript, HTML, and CSS

    Have a look at the app section too, if you can find apps that resemble your use case.

    https://electron.atom.io/apps/