A bite of Python on SmartPhones

Today I discovered that Nokia is thinking about enabling the 60s series of its mobile phones to interpret Python programs. I always have been a fan of Python for its easy to use and understand. So I decided to take out my python books from the shelf and start studying back.

There is already a couple of things I want to try out. For instance I would like to add an interactive capability to my site to inform the visitor of my location. This will be my first exercise.

The second exercise will be to try to get some serial data over a Bluetooth communication. To this extent I discovered that there is a specific Bluetooth protocol developed by Nokia which is called Affix and which is distributed via GPL kinda. The good thing is that apparently there is already a module for python which is able to play with this Affix protocol. Cool.