Re: Not necessarily related to python Web Crawlers

2008-07-06 Thread subeen
On Jul 5, 2:31 pm, [EMAIL PROTECTED] wrote: > Hi > Does anyone here have a good recommendation for an open source crawler > that I could get my hands on? It doesn't have to be python based. I am > interested in learning how crawling works. I think python based > crawlers will ensure a high degree o

Re: Not necessarily related to python Web Crawlers

2008-07-05 Thread defn noob
just crawling is supereasy. its how to index and search that is hard. just start at yahoo.com, scrape out all the links and then for every site visit every link. i wrote a crawler in 15 lines of code. but then it all it did was visit the sites, not indexing them or anything. you could write a fast

Not necessarily related to python Web Crawlers

2008-07-05 Thread disappearedng
Hi Does anyone here have a good recommendation for an open source crawler that I could get my hands on? It doesn't have to be python based. I am interested in learning how crawling works. I think python based crawlers will ensure a high degree of flexibility but at the same time I am also torn betw

Re: related to python

2008-05-21 Thread Dan Bishop
On May 21, 9:34 pm, "salil_reeves" <[EMAIL PROTECTED]> wrote: > develop a function called standardise_phrase to convert > the user's input to a standard form for subsequent processing. This > involves: > 1. removing all inter-word punctuation, which for our purposes is > assumed to > consist only o

Re: related to python

2008-05-21 Thread Dan Upton
This looks like a homework assignment, but... On Wed, May 21, 2008 at 10:34 PM, salil_reeves <[EMAIL PROTECTED]> wrote: > develop a function called standardise_phrase to convert > the user's input to a standard form for subsequent processing. This > involves: > 1. removing all inter-word punctuati

Re: related to python

2008-05-21 Thread Dan Bishop
On May 21, 9:34 pm, "salil_reeves" <[EMAIL PROTECTED]> wrote: > develop a function called standardise_phrase to convert > the user's input to a standard form for subsequent processing. This > involves: > 1. removing all inter-word punctuation, which for our purposes is > assumed to > consist only o

related to python

2008-05-21 Thread salil_reeves
develop a function called standardise_phrase to convert the user's input to a standard form for subsequent processing. This involves: 1. removing all inter-word punctuation, which for our purposes is assumed to consist only of commas (`,'), full stops (`.'), exclamation marks (`!') or question m

Re: How is wxWindows related to Python?

2005-10-01 Thread Sathyaish
Thanks, guys. -- http://mail.python.org/mailman/listinfo/python-list

Re: How is wxWindows related to Python?

2005-10-01 Thread Brett Hoerner
I guess it is referring to the closely related (maybe even same dev group? I don't know why the wxWindows docs would mention Python unless they specifically support the wxPython project, too.) "wxWindows + Python = wxPython wxPython is a Python extension module that provides a set of bindings fro

Re: How is wxWindows related to Python?

2005-10-01 Thread Benji York
Sathyaish wrote: > However, I do not understand its correlation with Python. The > documentation page says, "wxWindows 2.4.2: A portable C++ and Python > GUI toolkit." So, my question is, "How is wxWindows related to Python?" "Pure" wxWindows (actually it&#x

Re: How is wxWindows related to Python?

2005-10-01 Thread Jaime Wyant
However, I do not understand its correlation with Python. The > documentation page says, "wxWindows 2.4.2: A portable C++ and Python > GUI toolkit." So, my question is, "How is wxWindows related to Python?" > > -- > http://mail.python.org/mailman/listinfo/python-list > -- http://mail.python.org/mailman/listinfo/python-list

How is wxWindows related to Python?

2005-10-01 Thread Sathyaish
page says, "wxWindows 2.4.2: A portable C++ and Python GUI toolkit." So, my question is, "How is wxWindows related to Python?" -- http://mail.python.org/mailman/listinfo/python-list