Developing Commercial Applications in Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nick Vargish

    #16
    Re: Developing Commercial Applications in Python

    eeykay@gmail.co m writes:
    [color=blue]
    > Can somebody there to point me any good commercial applications
    > developed using python ?[/color]

    Python is used in several games, including Temple of Elemental Evil
    and the forthcoming Civilization 4. Humungous Games, which makes
    software for children, is also using Python. Sorry if games would give
    your boss the wrong impression...

    Most commercial software houses don't advertise details of their
    development platforms.

    Nick

    --
    # sigmask || 0.2 || 20030107 || public domain || feed this to a python
    print reduce(lambda x,y:x+chr(ord(y )-1),' Ojdl!Wbshjti!=o bwAcboefstobudi/psh?')

    Comment

    • Stephen Waterbury

      #17
      Re: Developing Commercial Applications in Python

      Nick Vargish wrote:[color=blue]
      > eeykay@gmail.co m writes:
      >[color=green]
      >>Can somebody there to point me any good commercial applications
      >>developed using python ?[/color]
      >
      > Python is used in several games ...[/color]

      Also see Python Success Stories: http://pythonology.org/success

      A notable example is Verity's search engine -- see
      Build the skills your teams need. Give them the O'Reilly learning platform and equip them with the resources that drive business outcomes.


      Steve

      Comment

      • Duncan Booth

        #18
        Re: Developing Commercial Applications in Python

        Nick Vargish wrote:
        [color=blue]
        > eeykay@gmail.co m writes:
        >[color=green]
        >> Can somebody there to point me any good commercial applications
        >> developed using python ?[/color]
        >
        > Python is used in several games, including Temple of Elemental Evil
        > and the forthcoming Civilization 4. Humungous Games, which makes
        > software for children, is also using Python. Sorry if games would give
        > your boss the wrong impression...[/color]

        Also "Startrek Bridge Commander", and "Uru: Ages beyond Myst".

        Comment

        • Steve Hughes

          #19
          Re: Developing Commercial Applications in Python

          [color=blue][color=green][color=darkred]
          >>>Can somebody there to point me any good commercial applications
          >>>developed using python ?[/color][/color][/color]

          Yet another game but it's a huge one with a massive DB behind it.

          Be whatever you want in EVE Online, the biggest space game of all time. Download the free space MMO game and play online for free here.


          --
          Steve Hughes

          Comment

          • Nick Coghlan

            #20
            Re: Developing Commercial Applications in Python

            Stephen Waterbury wrote:[color=blue]
            > A notable example is Verity's search engine -- see
            > http://python.oreilly.com/news/PythonSS.pdf[/color]

            Not to mention the kind words of the current reigning king of the search engine
            world. . .

            Cheers,
            Nick.

            --
            Nick Coghlan | ncoghlan@email. com | Brisbane, Australia
            ---------------------------------------------------------------

            Comment

            • Aahz

              #21
              Software archeology (was Re: Developing Commercial Applications in Python)

              In article <mailman.260.11 05025818.22381. python-list@python.org >,
              Stephen Waterbury <golux@comcast. net> wrote:[color=blue][color=green]
              >> eeykay@gmail.co m writes:[color=darkred]
              >>>
              >>>Can somebody there to point me any good commercial applications
              >>>developed using python ?[/color][/color]
              >
              >Also see Python Success Stories: http://pythonology.org/success
              >
              >A notable example is Verity's search engine -- see
              >http://python.oreilly.com/news/PythonSS.pdf[/color]

              Actually, your statement is slightly inaccurate. The Verity search
              engine is more than fifteen years old in its core technology; it was
              started as a LISP project at IIRC MIT. (At one point I was much amused
              to look at the C source code and find car() and cdr() functions.) As of
              my last information, Python isn't used at all in or with the Verity
              search engine. What you're referring to is the Verity Ultraseek engine,
              originally written and owned by Infoseek before getting transferred to
              Verity through a series of dot-bomb transactions. The Ultraseek engine
              doesn't use Python, but Python is used to control the engine, and I think
              much of the spider is written in Python.
              --
              Aahz (aahz@pythoncra ft.com) <*> http://www.pythoncraft.com/

              "19. A language that doesn't affect the way you think about programming,
              is not worth knowing." --Alan Perlis

              Comment

              • Stephen Waterbury

                #22
                Re: Software archeology (was Re: Developing Commercial Applicationsin Python)

                Aahz wrote:[color=blue]
                > In article <mailman.260.11 05025818.22381. python-list@python.org >,
                > Stephen Waterbury <golux@comcast. net> wrote:
                >[color=green][color=darkred]
                >>>eeykay@gmail .com writes:
                >>>
                >>>>Can somebody there to point me any good commercial applications
                >>>>developed using python ?[/color]
                >>
                >>Also see Python Success Stories: http://pythonology.org/success
                >>
                >>A notable example is Verity's search engine -- see
                >>http://python.oreilly.com/news/PythonSS.pdf[/color]
                >
                > Actually, your statement is slightly inaccurate. The Verity search
                > engine is more than fifteen years old in its core technology; it was
                > started as a LISP project at IIRC MIT. (At one point I was much amused
                > to look at the C source code and find car() and cdr() functions.) As of
                > my last information, Python isn't used at all in or with the Verity
                > search engine. What you're referring to is the Verity Ultraseek engine,
                > originally written and owned by Infoseek before getting transferred to
                > Verity through a series of dot-bomb transactions. The Ultraseek engine
                > doesn't use Python, but Python is used to control the engine, and I think
                > much of the spider is written in Python.[/color]

                Actually, Aahz didn't add anything useful that wasn't explained
                better in the article itself, pointing to which was the purpose
                of my post, but he is correct: Python was *not* used to write
                the Verity search engine ... how the hell do these stupid rumors
                get started anyhow?? ;). Just read the article, dammit! :)

                Cheers,
                Steve

                Comment

                • Aahz

                  #23
                  Re: Software archeology (was Re: Developing Commercial Applicationsin Python)

                  In article <mailman.348.11 05159582.22381. python-list@python.org >,
                  Stephen Waterbury <golux@comcast. net> wrote:[color=blue]
                  >Aahz wrote:[color=green]
                  >> In article <mailman.260.11 05025818.22381. python-list@python.org >,
                  >> Stephen Waterbury <golux@comcast. net> wrote:[color=darkred]
                  >>>
                  >>>Also see Python Success Stories: http://pythonology.org/success
                  >>>
                  >>>A notable example is Verity's search engine -- see
                  >>>http://python.oreilly.com/news/PythonSS.pdf[/color]
                  >>
                  >> Actually, your statement is slightly inaccurate. The Verity search
                  >> engine is more than fifteen years old in its core technology; it was
                  >> started as a LISP project at IIRC MIT. (At one point I was much amused
                  >> to look at the C source code and find car() and cdr() functions.) As of
                  >> my last information, Python isn't used at all in or with the Verity
                  >> search engine. What you're referring to is the Verity Ultraseek engine,
                  >> originally written and owned by Infoseek before getting transferred to
                  >> Verity through a series of dot-bomb transactions. The Ultraseek engine
                  >> doesn't use Python, but Python is used to control the engine, and I think
                  >> much of the spider is written in Python.[/color]
                  >
                  >Actually, Aahz didn't add anything useful that wasn't explained better
                  >in the article itself, pointing to which was the purpose of my post,
                  >but he is correct: Python was *not* used to write the Verity search
                  >engine ... how the hell do these stupid rumors get started anyhow?? ;).
                  >Just read the article, dammit! :)[/color]

                  You're quite correct that I added little useful information, but seeing
                  as I used to work at Verity, I couldn't resist adding some hopefully
                  interesting and/or amusing trivia. Especially the LISP bit.
                  --
                  Aahz (aahz@pythoncra ft.com) <*> http://www.pythoncraft.com/

                  "19. A language that doesn't affect the way you think about programming,
                  is not worth knowing." --Alan Perlis

                  Comment

                  • Stephen Waterbury

                    #24
                    Re: Software archeology (was Re: Developing Commercial Applicationsin Python)

                    Aahz wrote:[color=blue]
                    > In article <mailman.348.11 05159582.22381. python-list@python.org >,
                    > Stephen Waterbury <golux@comcast. net> wrote:
                    >[color=green]
                    >>Aahz wrote:
                    >>[color=darkred]
                    >>>In article <mailman.260.11 05025818.22381. python-list@python.org >,
                    >>>Stephen Waterbury <golux@comcast. net> wrote:
                    >>>
                    >>>>Also see Python Success Stories: http://pythonology.org/success
                    >>>>
                    >>>>A notable example is Verity's search engine -- see
                    >>>>http://python.oreilly.com/news/PythonSS.pdf
                    >>>
                    >>>Actually, your statement is slightly inaccurate. The Verity search
                    >>>engine is more than fifteen years old in its core technology; it was
                    >>>started as a LISP project at IIRC MIT. (At one point I was much amused
                    >>>to look at the C source code and find car() and cdr() functions.) As of
                    >>>my last information, Python isn't used at all in or with the Verity
                    >>>search engine. What you're referring to is the Verity Ultraseek engine,
                    >>>originally written and owned by Infoseek before getting transferred to
                    >>>Verity through a series of dot-bomb transactions. The Ultraseek engine
                    >>>doesn't use Python, but Python is used to control the engine, and I think
                    >>>much of the spider is written in Python.[/color]
                    >>
                    >>Actually, Aahz didn't add anything useful that wasn't explained better
                    >>in the article itself, pointing to which was the purpose of my post,
                    >>but he is correct: Python was *not* used to write the Verity search
                    >>engine ... how the hell do these stupid rumors get started anyhow?? ;).
                    >>Just read the article, dammit! :)[/color]
                    >
                    > You're quite correct that I added little useful information, but seeing
                    > as I used to work at Verity, I couldn't resist adding some hopefully
                    > interesting and/or amusing trivia. Especially the LISP bit.[/color]

                    Well GEEZ, you should've mentioned that you used to work there!
                    All the trivia *were* amusing ... sorry if I harshed! :)

                    Cheers,
                    Steve

                    Comment

                    Working...