Thread
:
Newbie that wants to Help
View Single Post
cripes
2008-01-17 , 05:29
Posts: 111 | Thanked: 31 times | Joined on Nov 2007
#
2
I say skip the compiling initially and start with some python programming. Python is an interpreted language, akin to basic. It is so simple to write code for you can comfortably do it on your tablet.
If you don't know anything about python, start with the nice tutorial written by its creator guido van rossum:
http://docs.python.org/tut/
then look at the python for maemo web-site
http://pymaemo.garage.maemo.org/
and go over the tutorial there.
you'll also want to dig into some gui programming with gtk+
http://www.pygtk.org
again, start with the tutorial
The developer docs and training manuals at maemo.org are also valuable resources
Most of the maemo/gui stuff you learn from python will also apply when using lower level compiled languages such as C (for which you will need scratchbox)
One of the best ways to learn is to find a project to contribute to and study its source code.
Quote & Reply
|
The Following User Says Thank You to cripes For This Useful Post:
nosam
cripes
View Public Profile
Send a private message to cripes
Find all posts by cripes