View Single Post
Posts: 7 | Thanked: 6 times | Joined on Jan 2010
#2
Originally Posted by fay View Post
Hi, I want to learn all that maemo software making language, i'm not skilled at C++, Java or anything else. What should i start learning (like to start from total zero). Sorry for my bad english
My suggestion is to start learning some Python language. It's friendly for beginners and very good language for advanced prototyping. If you want go forward, you can expand your Python applications with C/C++.

Getting started with Python in general:
Some books I recommend:
(1) Not just for kids! It is a good and fun introduction to the world of programming using Python language.
(2) PyQt4 is a set of Python bindings for Qt 4. PySide project is Nokia’s PyQt replacement for Maemo and maintain API compatibility with PyQt (e.g. you can use the same method names). To import PySide you have to use “import PySide” instead of “import PyQt4″.
(3) Good book that explains how to program fun mobile applications on Symbian OS (not on Maemo). Go to web site and I truly recommend to browse examples. Might give some ideas also on Maemo

Then Maemo and Python links:
(1) Overall picture of the maemo 5 platform...
(2) If you're interested about 2D games or making such...

I hope these links help you to get started! Welcome to exciting world of Maemo development!

Last edited by tavellan; 2010-01-16 at 15:50.
 

The Following 4 Users Say Thank You to tavellan For This Useful Post: