command
module
Version:
v0.0.0-...-d206cb5
Opens a new window with list of versions in this module.
Published: Aug 18, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Extend Python with Go
Prerequisites
Setup
Set up Python virtual environment:
python3 -m venv .venv
source .venv/bin/activate
Build:
# linux
go build -buildmode=c-shared -o fib.so
# macOS
go build -buildmode=c-shared -o fib.dylib
# windows
go build -buildmode=c-shared -o fib.dll
Run
python main.py
Docs
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.