Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.
/ cFibonacci.py Public archive

Simple fibonacci package to demonstrate Python/C API.

Notifications You must be signed in to change notification settings

im-mde/cFibonacci.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cFibonacci.py

Simple fibonacci package to demonstrate Python/C API.

Linux Setup

For Linux run the setup.py script via the setup script

python3 setup.py build

Directories will be created and a shared object (.so) file compiled. To make the cFibonacci package functional immediately, copy the .so file from build to the python package directory cFibonacci. You can check if this has been completed properly by running the test.py script.

python3 test.py 10

Python/C API References

About

Simple fibonacci package to demonstrate Python/C API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published