Skip to content

Commit c1986af

Browse files
committed
Add article and requirements files; update README.
1 parent be8327a commit c1986af

File tree

3 files changed

+522
-1
lines changed

3 files changed

+522
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# working-with-foreign-functions
2-
Python offers a rich set of APIs that make it possible to build wrappers for foreign functions written in another language (such as C/C++) and compiled into shared libraries. This article introduces some basic techniques that will allow you to start using shared libraries in your projects.
2+
Python offers a rich set of built-in capabilities that make it possible to invoke (or wrap in a Python function) foreign functions that have been implemented using another language (such as C/C++) and compiled into shared libraries. Within the context of a motivating example that involves utilizing the [GNU C Library](https://www.gnu.org/software/libc/), this article introduces some basic techniques that will allow you to start using shared libraries in your projects.

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
jupyterlab
2+
pynacl

0 commit comments

Comments
 (0)