[docs] Building python extension with C

Laura Creighton lac at openend.se
Mon Dec 7 10:39:04 EST 2015


In a message of Sun, 06 Dec 2015 18:36:39 -0500, Nadi Khalil writes:
>I am looking for good example to use in Windows platform to:
>- Create python module *.py
>- Create C source file *.c
>
>I need simple working steps to enable me to compile and link python module
>to C module.
>
>Appreciate information with simple working example that help me to
>accomplish the above.
>
>Best regards,
>Nadi

The docs mailing list is not the place for such things.
Subscribe to python-list and ask general python programming
languages questions there.
https://mail.python.org/mailman/listinfo/python-list

Also check out Cython http://cython.org/ and see if this is what 
you are looking for.  There are lots of Cython tutorials on the net.

Laura Creighton



More information about the docs mailing list