Thursday, 5 September 2013

How to transpose a list of lists

How to transpose a list of lists

References

Reference NO 1

http://stackoverflow.com/questions/6473679/python-list-of-lists-transpose-without-zipm-thing

Reference NO 2

http://stackoverflow.com/questions/3989776/transpose-of-a-list-of-lists

Reference NO 3

http://code.activestate.com/recipes/199944-transposing-a-list-of-lists/

Reference NO 4

http://my.safaribooksonline.com/book/programming/python/0596007973/python-shortcuts/pythoncook2-chp-4-sect-8

Reference NO 5

http://bytes.com/topic/python/answers/442703-what-slickest-way-transpose-square-list-lists-tuple-oftuples

Reference NO 6

http://muffinresearch.co.uk/archives/2007/10/16/python-transposing-lists-with-map-and-zip/

Reference NO 7

http://reference.wolfram.com/mathematica/ref/Transpose.html

Reference NO 8

http://forums.udacity.com/questions/2000953/is-there-a-python-shortcut-to-transposing-a-rectangular-two-dimensional-array

No comments:

Post a Comment