[IPython-user] lazy python; archive search
Ryan Krauss
ryanlists at gmail.com
Fri Dec 9 13:39:43 CST 2005
If those are lists of strings, then you will need to quote them. If
they are lists of numbers, just use commas as delimiters.
Ryan
On 12/9/05, Matt Wilkie <maphew at gmail.com> wrote:
> Hello ipy, I have two questions today:
>
> 1) is there an easy way to create lists n such without having to
> quote everything? e.g.
> "plans = [84574 85779 86458]" ---->
> "plans = ['84574','85779','86458']"
>
> 2) are there searchable ipython mailing list archives? the index at
> http://scipy.net/pipermail/ipython-user/ is handy but not very good
> for finding things you don't know about already.
>
> thanks!
>
> --
> -matt
>
> _______________________________________________
> IPython-user mailing list
> IPython-user at scipy.net
> http://scipy.net/mailman/listinfo/ipython-user
>
More information about the IPython-user
mailing list