I have an interesting little project on; nothing technically weird, but a
politically curious application for python, beautifulsoup, and rss. If it's
ready by then I'll demo it.
Alex
http://yorkshire-ranter.blogspot.com
On 9/18/07, Fuzzyman <[EMAIL PROTECTED]> wrote:
>
> Sam Clegg wrote:
>
> >On
Anyone in the Heathrow/Thames Valley/West London pythosphere?
On 10/31/07, Richard Lewis <[EMAIL PROTECTED]> wrote:
> Python UK users,
>
> We held our first meeting of the Cambridge and East Anglian Python
> Users Group in Cambridge last night and we have created a Google
> Group to help us collab
Egham.
On 10/31/07, Tim Golden <[EMAIL PROTECTED]> wrote:
> Alexander Harrowell wrote:
> > Anyone in the Heathrow/Thames Valley/West London pythosphere?
>
> Well, I'm based in Ealing. But I usually go to the (central) London
> meetups, as I work in Camden Town.
On Nov 16, 2007 8:57 AM, Mark Summerfield <[EMAIL PROTECTED]> wrote:
> On 2007-11-16, Jeremy Nicoll - pyuk wrote:
> > Is there a simple way to read a whole (modest sized, parameter) file of
> > lines of tab-separated lines into one Python data-structure?
>
> I think the csv module can do this. (Des
On Nov 16, 2007 2:31 PM, Tim Head <[EMAIL PROTECTED]> wrote:
> On 16/11/2007, Alexander Harrowell <[EMAIL PROTECTED]> wrote:
> > On Nov 16, 2007 8:57 AM, Mark Summerfield <[EMAIL PROTECTED]> wrote:
> > > On 2007-11-16, Jeremy Nicoll - pyuk wrote:
> >
Works anyway. Thanks.
___
python-uk mailing list
python-uk@python.org
http://mail.python.org/mailman/listinfo/python-uk
I'm sure many have seen this:
http://xkcd.com/353/
___
python-uk mailing list
python-uk@python.org
http://mail.python.org/mailman/listinfo/python-uk
If you're not bothered about speed, BeautifulSoup can catch, remove and
replace arbitrary HTML tags in a document.
On Thu, Feb 7, 2008 at 2:35 PM, Michael Sparks <[EMAIL PROTECTED]> wrote:
> Hi,
>
>
> Just a quick Q for people: what's your favourite way (preferably a library
> :)
> of allowing a
On Thu, Feb 7, 2008 at 7:11 PM, Shaun Laughey <[EMAIL PROTECTED]> wrote:
>
> Hi,
> I have used Beautiful Soup for parsing html.
> It works very nicely and I didn't see much of an issue with speed in
> parsing several hundred html files every hour or so.
> I also rolled my own using various regex's
I've been parsing government data with BeautifulSoup and Scraperwiki, and
working on visualising it with NetworkX and Matplotlib.
--
The only thing worse than e-mail disclaimers...is people who send e-mail to
lists complaining about them
signature.asc
Description: This is a digitally signed m
On Friday 11 Nov 2011 09:30:23 Jonathan wrote:
> I agree that 'to be sure' is enough of a justification for including
the 'sorted' call anyway. But it irks me that I can't write a test to
show it.
This is surely inherent in the fact that python dictionaries are not
deterministically ordered. Th
11 matches
Mail list logo