🎴 Flashcard Mode
programming languages Online Quiz - 86
Card1 / 5
Mastered0
Review0
QuestionClick to flip
Python can be easily integrated with which of the following?
AnswerClick to flip back
A
Options 1 and 2
💡 Explanation:
Python integrates with C/C++ through the Python/C API and extensions like ctypes/pybind11. It integrates with Java via Jython (Python implementation on JVM), and with ActiveX/COM on Windows via pywin32. .NET integration exists through IronPython but is less commonly used in standard Python environments.