Re: Boss wants me to program



"Brian" <desertgarden@xxxxxxxxxxxx> wrote in message
news:IjZve.10296$hK3.8182@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi Xeys,
>
> Even though I absolutely love Python...
>
> Microsoft Visual Basic (.NET) would be your best bet for this type of
> software development. It allows you to create GUI apps that can work
> with a variety of database options, such as Access or MS SQL Server.
>
> My personal opinion is this:
> ----------------------------
> 1) Python shines the best on the server realm.
> 2) VB.net shines the best on the client-computer realm.
>
I would modify that.

1) VB shines in the MS Windows/Office realm.
2) Python shines everywhere else.

Thomas Bartkus


.



Relevant Pages

  • HTTP Authentication and realms
    ... To be fair this is more a question about http than directly about ... but I'm trying to work with it from python and would ... the code to do basic authentication when a server replies with a 401 ... password for the realm, ...
    (comp.lang.python)
  • Re: Why does Python show the whole array?
    ...  > point you have to conclude that not all those people are stupid, ... I think "something wrong with the design" is overstating the case a bit, ... the "in" operator works in Realm B. ... Was first introduced in Python 2.2, ...
    (comp.lang.python)
  • Re: unpacking vars from list of tuples
    ... python shines. ... and I want to pull the middle element out of each tuple to make a new ... But I'm guessing Python has something that will do that in one line... ...
    (comp.lang.python)