[IPython-dev] Implementing 0..10 and 0...10 in ipython

Ville Vainio vivainio at gmail.com
Tue Feb 14 06:24:41 EST 2006


On 2/14/06, Travis E. Oliphant <oliphant.travis at ieee.org> wrote:

> There has been a discussion over on one of the SciPy or NumPy lists
> about ranges and the fact that it would be nice if there were some way
> to specify a range more easily than calling a function.

Is syntax like:

r = 1..100

ok?

Fire away w/ syntax examples, it will probably turn out to be rather
easy to extend ipython with such a custom prefilter (see
Extensions/ext_rescapture.py for an example that installs a couple of
prefilters based on regexp matching).

--
Ville Vainio - http://tinyurl.com/2prnb
http://vainio.blogspot.com - g[mail | talk]='vivainio'




More information about the IPython-dev mailing list