Results 1 to 4 of 4

Thread: Python to VB.NET

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2010
    Posts
    1

    Python to VB.NET

    Hi,

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

    if Yes, so thank very much for everybody help
    Attached Files Attached Files

  2. #2
    Super Moderator
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Python to VB.NET

    Yes its possible, although no-one here will do the work for you.

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,274

    Re: Python to VB.NET

    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.

  4. #4
    Frenzied Member
    Join Date
    Dec 2007
    Posts
    1,072

    Re: Python to VB.NET

    Why would you even consider porting from Python to VBNet? Python is so much better, argh -.-

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width