You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to APAM Python Users
Hey All,
I uploaded some quick example code for creating a Cython module
comparing performance with and without type declarations. Check it
out if you want to see an example of how declaring variable types
using Cython can speed up a module, while maintaining the lovable look
and feel of standard Python.
Download the "cython_demo.zip" file from the group page or try the
link below. Once you unzip the folder, just follow the README.