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
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
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
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
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
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
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
Thanks, guys.
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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
12 matches
Mail list logo