On 29/06/2010 17:32, Joel Goldstick wrote:
[big snips]
It might not be completely relevant, but there is nothing to stop
anybody mixing regex and/or string methods. Horses for courses?
Kindest regards.
Mark Lawrence.
___
Tutor maillist - Tutor@
On Tue, Jun 29, 2010 at 12:26 PM, Tino Dai wrote:
>
>
>> I decided to go with Regular Expressions to modify the text. In the
>>> Python.org it is stated that they provide more options and flexibilty
>>> compared to strings and their modules.
>>>
>>
>> "their modules" referring to the "string" m
>
> I decided to go with Regular Expressions to modify the text. In the
>> Python.org it is stated that they provide more options and flexibilty
>> compared to strings and their modules.
>>
>
> "their modules" referring to the "string" module and the string methods
> here, I assume.
>
> Regular e
Khawla Al-Wehaibi, 29.06.2010 17:12:
I decided to go with Regular Expressions to modify the text. In the
Python.org it is stated that they provide more options and flexibilty
compared to strings and their modules.
"their modules" referring to the "string" module and the string methods
here, I
:
From: Tino Dai
Subject: Re: [Tutor] retrieve URLs and text from web pages
To: "Khawla Al-Wehaibi"
Cc: tutor@python.org
Date: Tuesday, 29 June, 2010, 5:34
On Sun, Jun 27, 2010 at 12:15 PM, Khawla Al-Wehaibi wrote:
Hi,
I’m new to programming. I’m currently learning python to w
On Sun, Jun 27, 2010 at 12:15 PM, Khawla Al-Wehaibi wrote:
> Hi,
>
> I’m new to programming. I’m currently learning python to write a web
> crawler to extract all text from a web page, in addition to, crawling to
> further URLs and collecting the text there. The idea is to place all the
> extracte
Hi,
I’m new to programming. I’m currently learning python to write a web crawler to
extract all text from a web page, in addition to, crawling to further URLs and
collecting the text there. The idea is to place all the extracted text in a
.txt file with each word in a single line. So the text h