Skip to content Skip to sidebar Skip to footer
Showing posts with the label Objective C

Use Python's Bisect In C/objective-c

I'm looking to port this class written in Python https://stackoverflow.com/a/4113400/129202 int… Read more Use Python's Bisect In C/objective-c

Is There Something Like Nsoperationqueue From Objectivec In Python?

I'm looking into concurrency options for Python. Since I'm an iOS/macOS developer, I'd … Read more Is There Something Like Nsoperationqueue From Objectivec In Python?

Is It Possible To Call A Python Module From Objc?

Using PyObjC, is it possible to import a Python module, call a function and get the result as (say)… Read more Is It Possible To Call A Python Module From Objc?

Problem With Openpaneldidend In Pyobjc In 10.6

The following code which worked fine under OS X 10.5 now fails on 10.6: @IBAction def addButton… Read more Problem With Openpaneldidend In Pyobjc In 10.6