I'm about to take a project that communicates with a BT device, receiving continuous physiological data (skin resistance) on a Windows PC. The program I create will show a real-time graph of the data, and log it. I program in Python and Visual Basic, and in order to optimize my investment in this project I'm hoping to get a suggestion for the best approach - preferably, I'll not have to learn a new programming language. This app will be used by users with no technical skills, so I need it to be plug&play.
Is it worth it to combine Python and VB? For instance creating the interface in VB, but using Python for the data processing and graphing (i.e., saving figures as files and updating in the main window)?
Thanks