PyObjC
Sign in to savePyObjC is a bidirectional bridge between the Python and Objective-C programming languages, allowing programmers to use and extend existing Objective-C libraries, such as Apple's Cocoa framework, using Python.
~4 min read
Encyclopedic overview
8 sectionsContents
- For Python programmers
- For Objective-C programmers
- History
- Messages and methods
- Classes
- See also
- References
- External links
PyObjC is a bidirectional bridge between the Python and Objective-C programming languages, allowing programmers to use and extend existing Objective-C libraries, such as Apple's Cocoa framework, using Python.
PyObjC is used to develop macOS applications in pure Python.
Excerpted from Wikipedia’s “PyObjC” article, available under the CC BY-SA 4.0 licence.