0
Which programming language I have to learn which can help me to do some GUI application especially in electrical engineering
Need your advice
5 Respuestas
0
For hardware arduino , C , Python
for GUI applications VB.net
+ 2
Please use appropriate tags on your question.
You can build a GUI application with almost any language.
Use C# if you want to run it on windows only
Use Java if you need it to be multiplatform
Use Python if you want to do it simple and easy
Use C++ if you are a masochist
:)
+ 2
I really recommend starting with Python. Its builtin library tkinter is quite usable to make basic GUI applications.
You can also use Python with Arduino.
https://realpython.com/arduino-python/
If you are a novice in programming, prepare for a lot of learning...
0
Thank for replying, I'm looking for something useful with programming raspberry pi and arduino and making GUI
0
Java/C++/Python