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

From: Aahz (aahz_at_pythoncraft.com)
Date: 01/07/05


Date: 7 Jan 2005 16:05:43 -0500

In article <mailman.260.1105025818.22381.python-list@python.org>,
Stephen Waterbury <golux@comcast.net> wrote:
>> eeykay@gmail.com writes:
>>>
>>>Can somebody there to point me any good commercial applications
>>>developed using python ?
>
>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.

-- 
Aahz (aahz@pythoncraft.com)           <*>         http://www.pythoncraft.com/
"19. A language that doesn't affect the way you think about programming,
is not worth knowing."  --Alan Perlis


Relevant Pages

  • Re: Software archeology (was Re: Developing Commercial Applications in Python)
    ... > engine is more than fifteen years old in its core technology; ... Python isn't used at all in or with the Verity ... the Verity search engine ... ...
    (comp.lang.python)
  • Re: Using python for a CAD program
    ... relational database models. ... While it might be possible to do this fast enough with Python, ... Basically what the retained mode engine does for you is it ... The retained mode engine will take care of things such as ...
    (comp.lang.python)
  • Re: Software archeology (was Re: Developing Commercial Applications in Python)
    ... The Verity search ... >> started as a LISP project at IIRC MIT. ... Python isn't used at all in or with the Verity ...
    (comp.lang.python)
  • Re: ANN: ruleCore - The event pattern detector engine
    ... > ruleCore is an event-driven reactive rule engine with GUI tools, ... > The ruleCore Engine is written in completely in Python. ... Here is an example of industrial process control: ...
    (comp.lang.python)
  • Re: Why less emphasis on private data?
    ... I can see both sides of the argument, both on technical merits, and ... That's probably reason one why I find it weird in Python ... Of course, objects are supposed to be treated as "black boxes", but that's also true of a binary executable, and nothing prevents you to open it with an hex editor and hack it as you see fit... ... I let the user change the internal state of the engine, ...
    (comp.lang.python)