Hi,
please is possible to convert code from Python to
VB.NET or VB
if Yes, so thank very much for everybody help
Printable View
Hi,
please is possible to convert code from Python to
VB.NET or VB
if Yes, so thank very much for everybody help
Yes its possible, although no-one here will do the work for you.
What you need to do is ask yourself exactly what functionality the Python code provides, then implement that same functionality in VB.NET. The code might look quite similar, or it might look completely different.
It's also worth considering the fact that other .NET languages can reference IronPython libraries, so maybe you can stick with your Python code as is. I've never had any exposure to IronPython though, so I don't really know any details.
Why would you even consider porting from Python to VBNet? Python is so much better, argh -.-