Skip to content

pyastropd/2018-01-30

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extending Python with C and C++

I will introduce on the use on Cython as an easy way to extends Python with C/C++ code.

We will use Cython in a Jupyter notebook, with Python 3.6, inside the Anaconda environment.
At your terminal prompt type:

conda install cython

Additionally, Cython needs the C compiler, so you should get it for you OS

About

Extending Python with C and C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published