We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c17f7c commit d9e5d02Copy full SHA for d9e5d02
source-code/cython/README.md
@@ -2,7 +2,8 @@
2
Examples of how to use Cython and its impact on performance.
3
4
## What is it?
5
-1. `cython.pptx`: Powerpoint presentation on Cython.
+1. `cython.ipynb`: Jupyter notebook on Cython, illustratiing dynamic
6
+ memory management.
7
1. `HellowWorld`: simplest possible code to illustrate the build process.
8
1. `Numpy`: example of how to access numpy arrays from Cython.
9
1. `Exceptions`: exception handling in Cython code.
0 commit comments