Extending Python - What Is the Best Option for Me?
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore the various options for extending Python's capabilities in this informative conference talk from EuroPython 2014. Delve into the world of Foreign Function Interfaces (FFI) and learn how to connect Python with low-level languages like C, C++, and Rust. Compare three main approaches for extending Python: Native Extensions, Ctypes, and CFFI. Gain insights into the principles of shared libraries, CPython internals, and module loading mechanisms. Discover techniques for automating the extension process and examine how other Python implementations can be extended. Perfect for developers looking to enhance Python's functionality and performance through integration with external libraries and low-level operations.
Syllabus
Francisco Fernández Castaño - Extending Python, what is the best option for me?
Taught by
EuroPython Conference
Related Courses
A Brief History of Data StorageEuroPython Conference via YouTube Breaking the Stereotype - Evolution & Persistence of Gender Bias in Tech
EuroPython Conference via YouTube We Can Get More from Spatial, GIS, and Public Domain Datasets
EuroPython Conference via YouTube Using NLP to Detect Knots in Protein Structures
EuroPython Conference via YouTube The Challenges of Doing Infra-As-Code Without "The Cloud"
EuroPython Conference via YouTube