Have You Ever Used Evernote API?
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?
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?
Thanks, everyone. All of your help solved at least my data storage problem! -- http://mail.python.org/mailman/listinfo/python-list