Which programming language suits a system that must work without user input
Posted
by
Ruud
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Ruud
Published on 2011-11-24T07:36:59Z
Indexed on
2011/11/24
10:22 UTC
Read the original article
Hit count: 276
python
I'm building a prototype of a device that will function much alike a digital photoframe. It will display images retrieved from the internet. The device must start up and run the photoframe. It will have no user interface.
The device has a minimal ubuntu installation, but I could install Xorg or whatever needed.
Question: I have trouble figuring out which programming language will be suitable. I've just started using Python to try out several things and I am able to download and display images. I guess that means Python can do what I'd like, but is it suitable as a language that will be run on boot without any user interference?
Related questions: - How do I set up Linux to start that script automatically? - How to setup a second Python script as a server that runs in the background to retrieve images before they are displayed (Because I think I'll need threading of some sort?)
© Ask Ubuntu or respective owner