Re: Is Python like VB?

From: D H (no_at_spam)
Date: 03/17/05


Date: Thu, 17 Mar 2005 08:54:49 -0600

Mike Cox wrote:
> As you may or may not know, Microsoft is discontinuing Visual Basic in favor
> of VB.NET and that means I need to find a new easy programming language. I
> heard that Python is an interpreted language similar to VB. This means that
> it doesn't have all the hard stuff like pointers, classes and templates like
> C, C++ and assembly language.
>
> Where I work we use Microsoft Office with a lot of customization using
> Visual Basic. I would like to switch to Python to do it since VB is being
> discontinued. Would Python meet our requirements? I need to make lots of
> GUI applications (message boxes, forms, etc.) and do the underlying business
> logic too.

I would either stick with the old Visual Basic since plenty of other
people will keep using it, or go ahead and switch to VB.NET or C#.
Especially if you are used to the Windows Form Designer in Visual
Studio, I would not recommend switching to Python. It has no
equivalent, and thus Python would be much harder for you to use.
We have almost finished Windows form designer support in SharpDevelop
IDE for boo, a .NET language similar to Python. But still in your case
I'd just use VB.NET since you are familiar with VB and all .NET
languages are pretty comparable.



Relevant Pages

  • Its still I, Miville
    ... array, where absence of key would mean not absence of element but ... Python is an evolving language, ... sake of legal definition Microsoft is liable to give the object-oriented ...
    (comp.lang.python)
  • Re: Where is Gnome heading?
    ... people writing GUIs in whatever language they want - I'm a Gtk2-Perl ... C# is not a Microsoft technology. ... being an 'accepted standard' isn't going to be much help even if ... Python, Ruby, etc, I really ...
    (GNOME)
  • Re: Is there a good BASIC compiler for ubuntu?
    ... Python happens to be one of those, ... libraries with 2.4 language or vice-versa. ... programming environment) from platform to platform. ... Look at the trouble with Microsoft ...
    (Ubuntu)
  • Is Python like VB?
    ... As you may or may not know, Microsoft is discontinuing Visual Basic in favor ... of VB.NET and that means I need to find a new easy programming language. ... heard that Python is an interpreted language similar to VB. ...
    (comp.lang.python)
  • Re: Py3K idea: why not drop the colon?
    ... The Inform 6* programming language supports the serial 'or' (and ... It also supports a switch statement syntax and semantics that ... print "What did that mushroom ever to to you?"; ... In Python it would hypothetically be: ...
    (comp.lang.python)