Re: how to get 20000 html pages content quickly from one server?

2006-03-15 Thread Zachery Bir
On Mar 15, 2006, at 11:58 AM, JuHui wrote: > in fact, I want to do a script to get news on others site. > I must use script get the content and analyze the html code, where is > the title, where is the body > so, I can't ask permission, use wget and "Physically remove the > harddrive and rein

Re: how to get 20000 html pages content quickly from one server?

2006-03-15 Thread Zachery Bir
On Mar 15, 2006, at 11:22 AM, JuHui wrote: > Hi > I want to get 20 html pages content from one server, you know > urllib.urlopen need construct network connection, it will be very > slowly, how to speed up this function? > I try to using multi-thread, it speed up, but I want to quickly more

Re: Python Evangelism

2006-03-09 Thread Zachery Bir
On Mar 9, 2006, at 12:04 PM, rtilley wrote: > What do you think of when you hear 'eggs'? Many people think 'rotten', > 'smelly' or something that made them throw-up once. The point of > this is > that names _matter_ and influence what others think even if only in a > subconscious way. I think y

Re: Lisp development with macros faster than Python development?..

2005-07-06 Thread Zachery Bir
Larry Bates <[EMAIL PROTECTED]> writes: > You don't say how long it took to develop the "macros" but > you should see what kind of website an experienced Zope/Plone > programmer can whip up in a few minutes. Zope/Plone (as frameworks) represent exactly the kinds of DSLs people have been building