Re: [Numpy-discussion] Little module to get numpy examples

2007-03-21 Thread eric jones
Just looked at this... Now that is just cool. I'd say it should be part of Numpy. eric Bill Baxter wrote: On 3/19/07, Bill Baxter [EMAIL PROTECTED] wrote: I wrote a little python module to go fetch the Numpy examples from the scipy wiki page, parse them, and print out entries. Is

Re: [Numpy-discussion] Little module to get numpy examples

2007-03-21 Thread Stefan van der Walt
On Wed, Mar 21, 2007 at 02:59:06PM -0500, eric jones wrote: Just looked at this... Now that is just cool. I'd say it should be part of Numpy. Very useful! A file cache would be handy, and can be implemented using the checksum of the page from

Re: [Numpy-discussion] Little module to get numpy examples

2007-03-20 Thread Bill Baxter
On 3/19/07, Bill Baxter [EMAIL PROTECTED] wrote: I wrote a little python module to go fetch the Numpy examples from the scipy wiki page, parse them, and print out entries. Is there a good place on the wiki for this? It didn't really seem right in the cookbook, and it doesn't quite fit with

[Numpy-discussion] Little module to get numpy examples

2007-03-18 Thread Bill Baxter
I wrote a little python module to go fetch the Numpy examples from the scipy wiki page, parse them, and print out entries. Is there a good place on the wiki for this? It didn't really seem right in the cookbook, and it doesn't quite fit with documentation. Here's an example of use: