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.
Wikidata facts
- Instance of
- language binding
- Official website
- pythonhosted.org/pyobjc
Show 3 more facts
- programmed in
- Python
- source code repository URL
- github.com/ronaldoussoren/pyobjc
- software version identifier
- 12.1
Sources (2)
via Wikidata · CC0
~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.