Hey guys,
I am doing a GUI for a project where all my hardware will be controlled through a raspberry pi touch screen. I know QT can be used with either c++ or python. Which one would you recommend to use when dealing with raspberry pi ?
@Andelo
Since Qt works with RPi, I cannot see that the choice between C++ and Python (PyQt/PySide) has anything to do with the solution. Use whichever you prefer as a programming language. What experience do you have with each one?