Related Faves from uday

  • vote
    7
    0 starsuday | Shared With: Everyone - Feb 10 2008 | java, python, lucene, search, pylucene, programming
    PyLucene @ Open Source Applications Foundation

    Quoted: PyLucene is a Python extension for accessing Java Lucene. Its goal is to allow you to use Lucene's text indexing and searching capabilities from Python. It is designed to be API compatible with the latest version of Java Lucene.

  • vote
    2
    0 starsuday | Shared With: Everyone - Aug 14 2007 | python, c, java, toread, programming
    Unifying types and classes in Python 2.2

    Quoted:Python 2.2 introduces the first phase of "type/class unification". This is a series of changes to Python intended to remove most of the differences between built-in types and user-defined classes. Perhaps the most obvious one is the restriction against using built-in types (such as the type of lists and dictionaries) as a base class in a class statement. Andrew Kuchling's Python Warts paper devotes one of its longest sections to this language deficiency. Incidentally, Andrew's paper What's New in Python 2.2 gives a broad overview of what else is new in Python 2.2.