PDA

Click to See Complete Forum and Search --> : Python to VB.NET


namefree
May 15th, 2010, 03:11 AM
Hi,

please is possible to convert code from Python to
VB.NET or VB

if Yes, so thank very much for everybody help

Pino
May 15th, 2010, 05:26 AM
Yes its possible, although no-one here will do the work for you.

jmcilhinney
May 16th, 2010, 09:39 PM
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.

Zach_VB6
May 16th, 2010, 09:45 PM
Why would you even consider porting from Python to VBNet? Python is so much better, argh -.-