inline

djw donald.welch.nospam at hp.com
Tue Dec 30 12:55:57 EST 2003


km wrote:

> Hi all,
> 
> Does python support inline assembly ? (like C ) how can one do that in
> Python ?  any  link  to third party module ?
> 
> kindly enlighten
>  thanks,
>  KM

Not assembly, but you can embed C into Python with Weave
[http://www.scipy.org/site_content/weave] (part of SciPy).

-Don






More information about the Python-list mailing list