In Chinese, we say "cutting Tofu". Cheese is really much harder to cut than
Tofu. :)
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
Anthony Liu
Sent: Monday, April 17, 2006 8:44 PM
To: python-list@python.org
Subject: Re: Slicing matrix
Hi, James,
I just
Hello, Gurus,
I have a question on wrapping C function in Python.
My C code is like this:
typedef void (WINAPI *myCallBack) (unsigned int myarg1, unsigned int myarg2)
bool myfunc(myCallBack callfunc)
Now I want to call myfunc in Python, what should I do?
Thanks,
Stone
--
http://mail.py
I agree. The PHP manual is really good, especially the examples and user
contributed notes.
I think that's why we need the reference manual most time. It help you to
get started on that particular function as well as hint you the trick and
trap.
I really wish Python manual gets better on these tw