How to use Visual Basic ".vb" methods in a Django Project

In my actually job they're using an old Visual Basic WinForms apps and can't do a migration to another language. The question is, i want to use the ".vb" files which exists and consume their methods whit python in a Django project. Sending and returning values and data from each one. How can i do this?

Connect a "Visual Basic" code with Django/Python

Back to Top