I've been using Pythonista for about an year now, and I have to say that it is an absolutely fantastic piece of software.
Lately, I've been experimenting with sensor fusion and dead reckoning algorithms, and I'd love to be able to put together and test quick prototype algorithms on an iOS device. The scene.gravity function provides a good estimate of the gravity vector, but I'd like to be able get raw accelerometer, gyro, and magnetometer readings, as well as more options for processed data.
For another project I've been working on, I've been wanting to take pictures programmatically using my iDevice's camera to do image processing. I don't need a fast real time video stream, just the ability to take static photos programmatically. It would also be nice to control the torch/flash in code.
I'd be very excited if you could incorporate such functionality into Pythonista. These are very useful sensors that iOS devices have that most desktop computers don't. Such functionality would greatly extend the possibilities of Pythonista and make my iPad and iPod invaluable tools for my research.