Getting Started with Windows Mobile 6.1 Development with Python

I wanted to get a little more comfortable with Python and most of my programming experience was in .NET and no mobile development. I recently thought of a useful app for my Windows mobile phone and thought it might be a great first Python project.

I did a little research on the internet and found PyCe which I think I need to get started with the application? Can anyone with 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!

0


a source to share


1 answer


Can't help you with Python \ CE, but if you want a great mobile db SQLLite will do the job for you. If you do a quick google you will find that there are libraries to connect to SQLLite from Python.



+1


a source







All Articles