GUI with arduino

hello guys

according to you what is the best programming language to create a GUI i'm hesitating between (java, python and C++)

I want your opinion before fully committing
thank you :*

The best language is the one that performs best for your application, is maintainable and understandable, and is compatible with the host platform.

my app consist on reading data from light and color sensors , to plot curves and make some statistics and calculation

Assuming the GUI is going to appear on a PC then my preference is to create it with HTML and Javascript and view it in a browser. I have built a few projects using Python and the Bottle web framework to create the GUI part. And Python is easy to interface with an Arduino. I find this much easier than earlier projects in which I used Java Swing and Python with TKinter.

If you just want something very simple then you may be interested in my EzScrn demo

...R

Robin2:
If you just want something very simple then you may be interested in my EzScrn demo

...R

thank you very much i will take a look on that

Robin2:
Assuming the GUI is going to appear on a PC

Processing (a Java based Arduino-like Environment) may be worth a look.

(deleted)