使用 Python 开始 Windows Mobile 6.1 开发
我想从事 Python 开发已经有一段时间了,但我的大部分编程经验都是在 .NET 中,没有移动开发。 我最近想到为我的 Windows 手机制作一个有用的应用程序,并认为这可能是一个很棒的第一个 Python 项目。
我在网上做了一些研究,发现了 PyCe,我认为这是我开始使用该应用程序所需要的? 在这方面有经验的人可以为我指出正确的方向吗? 要开始下载什么,我可以使用什么轻量级数据库等等?
提前致谢!
I've wanted to get into Python development for awhile and most of my programming experience has been in .NET and no mobile development. I recently thought of a useful app to make for my windows mobile phone and thought this could be a great first Python project.
I did a little research online and found PyCe which I think is what I would need to get started on the app? Can anyone with some experience in this area point me in the right direction? What to download to get started, what lightweight database I could use, etc?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Python\CE 无法为您提供太多帮助,但如果您想要一个适用于移动设备的出色数据库,SQLLite 将为您完成这项工作。 如果您快速谷歌一下,您会发现也有用于使用 Python 连接到 SQLLite 的库。
Can't help you much with Python\CE but if you want a great db for mobile devices SQLLite will do the job for you. If you do a quick google you'll find there are libraries for connecting to SQLLite with Python too.