PyObjC 教程
我想知道除了项目本身的主页之外,是否有任何学习 PyObjC 的教程网站。我热衷于能够使用 python 开发本机代码并提高工作效率,而无需学习如何使用其他一些更传统的编译语言进行编程。任何可以让我获得截屏视频或好的初学者的地方都会很棒。
I would like to know if there are any tutorial websites for learning PyObjC apart from the home page of the project itself. I'm enthusiastic about being able to use python to develop native code and be productive without learning how to program in some of the other more traditional compiled languages. Anywhere I could get a screencast or good beginner tuts would be excellent.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以从 Will Larson 的 东西开始< /a>.你可以阅读苹果文档并进行温度转换。您可以像我一样,获取 Hillegass 的书,然后使用 PyObjC 执行示例。您可以阅读我的内容。我有很多简单的例子,但我只是一个业余爱好者。您还不需要担心 Objective-C,但如果您坚持使用它,您可能会担心。
你真的必须知道案件很重要。
You could start with Will Larson's stuff. You could read the Apple docs and do the temperature conversion thingie. You could do what I did and get Hillegass's book and then do the examples using PyObjC. You could read my stuff. I have lots of simple examples, but I'm just an amateur. You don't need to worry about Objective-C yet, but if you stick with it, you probably will.
And you really must learn that case matters.