Does Python compete with Java?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Josiah Carlson

    #16
    Re: Does Python compete with Java?

    > instance. Also, can "and", "or", "not" etc. be overloaded?

    No one has said it yet, so here's my advice, check the operator module
    for names you should call your 'overloaded' operators, the ones with
    __name__ are ones that can be 'overloaded'.


    - Josiah

    Comment

    • kk

      #17
      Re: Does Python compete with Java?

      I was responding to your point made earlier.

      I was the one that started the thread, look again.

      Peter Hansen <peter@engcorp. com> wrote in message news:<5KydnYqkw P1ES-PdRVn-vA@powergate.ca >...[color=blue]
      > kk wrote:
      >[color=green]
      > > That is exactly my point![/color]
      >
      > Uh, sorry, but what point? The email address and initials you
      > are using here (kkennedy65@yah oo.com and kk) have not posted
      > before in this thread, as far as I can see. So who are you? :-)
      >
      > -Peter[/color]

      Comment

      • Peter Hansen

        #18
        Re: Does Python compete with Java?

        kk wrote:[color=blue]
        >
        > Peter Hansen <peter@engcorp. com> wrote:[color=green]
        >>kk wrote:[color=darkred]
        >>>That is exactly my point![/color]
        >>
        >>Uh, sorry, but what point? The email address and initials you
        >>are using here (kkennedy65@yah oo.com and kk) have not posted
        >>before in this thread, as far as I can see. So who are you? :-)[/color][/color]
        [color=blue]
        > I was responding to your point made earlier.
        >
        > I was the one that started the thread, look again.[/color]

        Ah, thanks. Mozilla had dropped the earlier messages, but Google
        Groups helped me out.

        And yes, I see that that was exactly your point. :-)

        -Peter

        Comment

        • R.Marquez

          #19
          Re: Does Python compete with Java?

          > I would hope that someday Python would be a "tool" that "most"[color=blue]
          > developers would want to have in their "tool box".[/color]

          The day "most" developers use Python is the day it stops being a
          competitive advantage. ;)

          Seriously, if you are starting a company with a good product idea in
          mind, Python would be an excelent choice to get you going. (Wasn't a
          certain search engine company started that way?)

          -Ruben

          Comment

          Working...