Hello.
 
I want to be able to create a 2D character matrix, ThisMatrix, like :
 
 
a     A
b     B
c     C
d     D
 
and to be able to pick out elements, or rows or columns.
 
I have become used to programming in R where I can easily refer to a row as :
 
ThisMatrix [1,]
 
and a column as 
 
ThisMatrix[,1].
 
etc..
 
Can this be done easily in Python ?
 
 
Thanks.


      __________________________________________________________
Not happy with your email address?.
Get the one you really want - millions of new email addresses available now at 
Yahoo! http://uk.docs.yahoo.com/ymail/new.html
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to