by fernando molas garcia
Apr 28, 2012
some example of using arrays in python?
I guess you mean lists, or tuples (arrays exist, but they are a really specific topic usually).
Could you see the list of operations at the python.org website?
http://docs.python.org/tutorial/datastructures.htmlhttp://docs.python.org/library/stdtypes.html#mutable-sequence-types
Thanks,
- Giulio_______________giulio@mcneel.com
Apr 30, 2012
Cancel
Giulio Piacentino
I guess you mean lists, or tuples (arrays exist, but they are a really specific topic usually).
Could you see the list of operations at the python.org website?
http://docs.python.org/tutorial/datastructures.html
http://docs.python.org/library/stdtypes.html#mutable-sequence-types
Thanks,
- Giulio
_______________
giulio@mcneel.com
Apr 30, 2012