how to read a list from python in C?

Lialie KingMax lialie at 126.com
Fri May 19 05:58:24 EDT 2006


Hi, all

I am writing a C extension with .Net.
Now I have a list of points, like [(0.0, 0.0), (2.0, 3.0), (random x,
random y)....].
Is there a better way to translate it to an array than doing it one by one?

Thanks





More information about the Python-list mailing list