View Single Post
Posts: 15 | Thanked: 87 times | Joined on Dec 2009
#3
TiagoTiago,

If you're interested in first learning just pure Python, for example the Dive into Python book has plenty of examples. Then, the ActiveState Python Cookbook has examples (recipes) for about every generic algorithm or language feature you might wish (might be a bit specialized, though).

Assuming you're keen on GUI programming on Maemo. I warmly recommend you to go with PySide. PySide has bindings available for Qt Mobility, making it possible to access several crucial native APIs from Python, and in any case, it's the future-proof version when moving onwards to Harmattan and MeeGo. PySide examples are available at

http://qt.gitorious.org/pyside/pysid...s/trees/master

and if you want at tarball,

http://qt.gitorious.org/pyside/pysid...tarball/master

Cheers,

ma.
 

The Following User Says Thank You to mairas For This Useful Post: