This is my very first script released to the pythonist forums.
It's very short, and all it does is take a picture, save it, and show it to you.
I hope you like it
import photos
x=photos.capture_image()
photos.save_image(x)
photos.get_image()
Feel free to hack at it!