Have You Ever Used Evernote API?

2013-01-17 Thread Jillian
Hey Guys,

Im with User Research and we're currently doing a National Research Study for 
Devs who have used the Evernote API.  The study is just a 90 minute phone call 
and all participants will receive their choice of technical software, hardware, 
or videogames.  If you're interested in participating, please feel free to 
email me Jillian at ucco...@microsoft.com

This study is for residents of the US only at this time. Thanks!

Jillian
User Research
-- 
http://mail.python.org/mailman/listinfo/python-list


Define a 2d Array?

2008-10-11 Thread Jillian Calderon
Hi.

How do I define a 2d list?

For instance, to define a 4 by 5 list, I wanted to do this:
n=4
m=5
world = [n][m]
However, it gives me an invalid syntax error saying the index is out
of range.
I know this is a real newbie question, but if you could help me out,
I'd really appreciate it!

Thanks,
Jill
--
http://mail.python.org/mailman/listinfo/python-list


Re: Define a 2d Array?

2008-10-12 Thread Jillian Calderon
Thanks, everyone. All of your help solved at least my data storage
problem!
--
http://mail.python.org/mailman/listinfo/python-list