Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 506 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 506 Bytes

working-with-foreign-functions

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, this article introduces some basic techniques that will allow you to start using shared libraries in your projects.