RE: Slicing matrix

2006-04-18 Thread Shi, Jue
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

Python C wrapper question

2006-03-24 Thread Shi, Jue
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 --

RE: Python Documentation (should be better?)

2005-05-11 Thread Shi, Jue
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