https://pyobjc.readthedocs.io/en/latest/
PyObjC - the Python to Objective-C bridge
PyObjC provides bindings to most Objective-C frameworks on macOS, build upon a generic bidirectional bridge between Python and Objective-C. PyObjC aims to get...
objective cpyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/examples/Quartz/PathDemo/index.html
PathDemo - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: DemoView.py PathDemoController.py main.py setup.py
objective cpyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/examples/core/Scripts/instrumentSends/index.html
Scripts/instrumentSends - PyObjC - the Python to Objective-C bridge
Download Example Warning: this script uses an undocumented, private API of the Objective-C runtime. It sometimes is useful to see which Objective-C methods are...
objective cscriptspyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/xcode.html
PyObjC with InterfaceBuilder - PyObjC - the Python to Objective-C bridge
PyObjC can be used with InterfaceBuilder, the best way to use Interface Builder depends on the version of Xcode you are using. XCode 3 on MacOSX 10.5: When...
objective cpyobjcpythonbridge
https://telliott99.blogspot.com/2010/12/more-pyobjc.html
Python for Bioinformatics: More PyObjC
If you're interested in PyObjC, I have lots of good examples up on my iDisk Public folder (see the page here ). I think most of that materi...
pythonbioinformaticspyobjc
https://lethain.com/naming-and-casing-convention-in-pyobjc/
Naming and Casing Convention in PyObjC | Irrational Exuberance
PyObjC does an excellent job of merging together Python and Cocoa, but sometimes the resulting merge creates grey areas. Casing and naming convention is...
namingcasingconventionpyobjcirrational
https://pyobjc.readthedocs.io/en/latest/examples/Quartz/Programming%20with%20Quartz/CocoaDrawingShell/index.html
CocoaDrawingShell - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: MyView.py main.py setup.py
objective cpyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/examples/InstantMessage/ABPresence/index.html
ABPresence - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: ABPersonDisplayNameAdditions.py PeopleDataSource.py ServiceWatcher.py main.py setup.py
objective cpyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/examples/Cocoa/AppKit/CocoaBindings/TableModel/index.html
TableModel - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: TableModelAppDelegate.py main.py setup.py
objective cpyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/examples/Cocoa/AppKit/CocoaBindings/ControlledPreferences/index.html
ControlledPreferences - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: ControlledPreferences.py FontNameToDisplayNameTransformer.py FontSampleDisplayView.py...
objective cpyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/examples/SearchKit/SearchKitExample1/index.html
SearchKitExample1 - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: AppController.py main.py setup.py
objective cpyobjcpythonbridge
https://lethain.com/epic-pyobjc-part-3-browsing-caching-indicating/
Epic PyObjC, Part 3: Browsing, Caching, Indicating | Irrational Exuberance
In this third segment of the Epic Introduction to PyObjC and Cocoa we spend some time in the standard application development workflow of iterating new idea...
epicpyobjcpartbrowsingcaching
https://pyobjc.readthedocs.io/en/latest/examples/WebKit/WebKitInterpreterPlugin/index.html
WebKitInterpreterPlugin - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: WebKitInterpreter.py setup.py
objective cpyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/examples/Quartz/Programming%20with%20Quartz/BasicDrawing/index.html
BasicDrawing - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: AppDrawing.py BitmapContext.py ColorAndGState.py CoordinateSystem.py...
objective cpyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/examples/AddressBook/Plugins/Python%20Address%20Label/
Python Address Label - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: plugin.py setup.py
address labelobjective cpythonpyobjcbridge
https://pyobjc.readthedocs.io/en/latest/examples/Cocoa/AppKit/PythonBrowser/index.html
PythonBrowser - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: PythonBrowser.py PythonBrowserModel.py setup.py
objective cpyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/examples/CalendarStore/Coding%20Headstart/index.html
Coding Headstart - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: AppController.py CalController.py main.py setup.py
objective ccodingheadstartpyobjcpython
https://pyobjc.readthedocs.io/en/latest/tutorials/index.html
PyObjC Tutorials - PyObjC - the Python to Objective-C bridge
Understanding existing PyObjC examples, Creating your first PyObjC application., Tutorial - Adding Python code to an existing ObjC application.
objective cpyobjctutorialspythonbridge
https://pyobjc.readthedocs.io/en/latest/tutorials/intro.html
Understanding existing PyObjC examples - PyObjC - the Python to Objective-C bridge
Introduction: This tutorial is aimed primarily at people with little or no background in Objective-C and Cocoa, and it will help you to understand PyObjC...
objective cunderstandingexistingpyobjcexamples
https://pyobjc.readthedocs.io/en/latest/api/module-PyObjCTools.AppCategories.html
API Description for PyObjCTools.AppCategories - PyObjC - the Python to Objective-C bridge
Introduction: The module PyObjCTools.AppCategories defines a number of categories on classes from the AppKit framework. These categories introduce new methods...
api description
https://pyobjc.readthedocs.io/en/latest/examples/Quartz/Core%20Image/CIHazeFilterSample/index.html
CIHazeFilterSample - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: HazeFilterView.py MyHazeFilter.py main.py setup.py
objective cpyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/examples/SearchKit/SearchKitExample1/
SearchKitExample1 - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: AppController.py main.py setup.py
objective cpyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/examples/Cocoa/Twisted/WebServicesTool-CocoaBindings/index.html
WebServicesTool-CocoaBindings - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: Main.py RPCMethod.py WSTApplicationDelegateClass.py WSTConnectionWindowControllerClass.py...
objective cpyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/team.html
The PyObjC core team - PyObjC - the Python to Objective-C bridge
Current: The current maintainer, and primary author, for PyObjC is Ronald Oussoren. Ronald picked up the original version of PyObjC and rewrote it to be able...
core teampyobjcpythonobjectivebridge
https://pyobjc.readthedocs.io/en/latest/examples/CoreData/OutlineEdit/index.html
OutlineEdit - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: MyDocument.py Note.py main.py setup.py
objective cpyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/examples/Quartz/Core%20Image/CIBevelSample/index.html
CIBevelSample - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: CIBevelView.py SampleCIView.py main.py setup.py
objective cpyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/examples/Quartz/ImageKit/ImageBrowser/index.html
ImageBrowser - PyObjC - the Python to Objective-C bridge
Download Example This sample demonstrates the ImageKit ImageBrowser in a basic Cocoa application. It uses IB to create a window an ImageBrowser and a zoom...
objective cpyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/apinotes/NetFS.html
API Notes: NetFS framework - PyObjC - the Python to Objective-C bridge
These bindings are accessed through the NetFS package (that is, import NetFS). API Notes: The Plugin API is not support (types NetFSMountInterface_V1 and...
objective capinotesnetfsframework
https://pyobjc.readthedocs.io/en/latest/examples/Quartz/Core%20Graphics/CGShading%20Demo/index.html
CGShading Demo - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: MyQuartzView.py main.py setup.py
objective cdemopyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/examples/Quartz/PDFKit/PDFKitViewer/index.html
PDFKitViewer - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: AppDelegate.py MyPDFDocument.py main.py setup.py
objective cpyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/examples/Cocoa/AppKit/DotView/index.html
DotView - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: DotView.py setup.py
objective cpyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/dev/wrapping.html
How to wrap an Objective-C class library - PyObjC - the Python to Objective-C bridge
Introduction: This document describes how you can wrap on Objective-C class library using a Python module or package. This document assumes that your class...
how to wrapobjective c
https://pyobjc.readthedocs.io/en/latest/examples/Quartz/Core%20Graphics/CGRotation/
CGRotation - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: CGImageUtils.py CGImageView.py Controller.py main.py setup.py
objective cpyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/apinotes/InstallerPlugins.html
API Notes: InstallerPlugins framework - PyObjC - the Python to Objective-C bridge
These bindings are accessed through the InstallerPlugins package (that is, import InstallerPlugins). API Notes:
objective capinotesframeworkpyobjc
https://pyobjc.readthedocs.io/en/latest/examples/Cocoa/AppKit/SimpleService/index.html
SimpleService - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: ServiceTest.py SimpleService_main.py rebuild.py setup.py
objective cpyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/notes/ctypes.html
Integration with ctypes - PyObjC - the Python to Objective-C bridge
The standard library module ctypes can be used to interact with arbitrary C APIs. PyObjC contains some APIs that make interacting with ctypes easier by having...
objective cintegrationctypespyobjcpython
https://pyobjc.readthedocs.io/en/latest/examples/PreferencePanes/EnvironmentPrefs/index.html
EnvironmentPrefs - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: ShellEnv.py setup.py
objective cpyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/core/introspecting.html
Introspecting PyObjC - PyObjC - the Python to Objective-C bridge
Introduction: The normal introspection facilities can be used to introspect Objective-C classes as well. This document describes some differences between...
objective cpyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/api/threading-helpers.html
Utility methods for threading - PyObjC - the Python to Objective-C bridge
NSObject has a number of methods for calling selectors in different contexts, such as after a delay or on another thread. These methods can be called from...
utility methodsobjective cthreadingpyobjc
https://pyobjc.readthedocs.io/en/latest/examples/Cocoa/AppKit/CocoaBindings/GraphicsBindings/index.html
GraphicsBindings - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: Circle.py GraphicsArrayController.py GraphicsBindings.py GraphicsBindingsDocument.py...
objective cpyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/examples/Cocoa/AppKit/DragItemAround/index.html
DragItemAround - PyObjC - the Python to Objective-C bridge
Download Example A PyObjC Example without documentation Sources: DragItemAround.py setup.py
objective cpyobjcpythonbridge
https://pyobjc.readthedocs.io/en/latest/tutorials/embedded.html
Tutorial - Adding Python code to an existing ObjC application - PyObjC - the Python to Objective-C...
In this tutorial we are going to take an existing ObjC application and add Python and PyObjC to it. One of the reasons why you may want to do this is because...