PyMaemo

(Undo revision 26613 by bruno_araujo (Talk))
(capitalization fixes)
Line 24: Line 24:
=== Tutorials ===
=== Tutorials ===
-
* [[PyMaemo/UITutorial|Python-hildon Tutorial]]
+
* [[PyMaemo/UITutorial|python-hildon Tutorial]]
* [[PyMaemo/Using_Location_API|Using Location API]]
* [[PyMaemo/Using_Location_API|Using Location API]]
* Easy packaging with [[py2deb]] or [[PyPackager]]
* Easy packaging with [[py2deb]] or [[PyPackager]]
* [http://www.themaemo.com/python-for-newbies/ Python Tutorial for Newbies] with a special emphasis on Maemo
* [http://www.themaemo.com/python-for-newbies/ Python Tutorial for Newbies] with a special emphasis on Maemo
-
 
* [[PyMaemo/PortraitMode|Python auto-rotation (Portrait mode) on Maemo 5]]
* [[PyMaemo/PortraitMode|Python auto-rotation (Portrait mode) on Maemo 5]]
=== Examples ===
=== Examples ===
-
* [http://pymaemo.garage.maemo.org/conic.html Python-Conic Examples and tests]
+
* [http://pymaemo.garage.maemo.org/conic.html python-conic examples]
-
* [http://git.gnome.org/browse/gnome-python/tree/examples/gconf Python-GConf Examples]
+
* [http://git.gnome.org/browse/gnome-python/tree/examples/gconf python-gconf examples]
-
* [http://pymaemo.garage.maemo.org/pyosso.html Python-OSSO Examples]
+
* [[PyMaemo/PythonOssoExamples|python-osso examples]]
-
* [[PyMaemo/PythonOssoExamples|Python OSSO Examples]] (FIXME: which one to keep?)
+
* [http://www.paraiso.dk/pymaemosms.txt Sending SMS using python-dbus]
-
* [http://www.paraiso.dk/pymaemosms.txt Sending SMS using Python DBus]
+
* [http://www.paraiso.dk/incomingsms.txt Listening to incoming SMS]
* [http://www.paraiso.dk/incomingsms.txt Listening to incoming SMS]
=== Manuals and References ===
=== Manuals and References ===
-
* [http://pymaemo.garage.maemo.org/python_hildon_manual/ Python Hildon Manual]
+
* [http://pymaemo.garage.maemo.org/python_hildon_manual/ python-hildon manual]
-
* [http://pymaemo.garage.maemo.org/python_location_manual/ Python Location Manual]
+
* [http://pymaemo.garage.maemo.org/python_location_manual/ python-location manual]
-
 
+
=== In progress documentation ===
=== In progress documentation ===
Line 51: Line 48:
* [[PyMaemo/Python26PortingGuide|Python 2.6 porting guide]]
* [[PyMaemo/Python26PortingGuide|Python 2.6 porting guide]]
-
 
=== Ye Olde Documentation ===
=== Ye Olde Documentation ===
Line 65: Line 61:
* [[PyMaemo/Python-GPSbt|python-gpsbt introduction and example (only applicable to Maemo 4.x)]]
* [[PyMaemo/Python-GPSbt|python-gpsbt introduction and example (only applicable to Maemo 4.x)]]
* [http://therning.org/magnus/archives/57 GConf in Python]
* [http://therning.org/magnus/archives/57 GConf in Python]
-
* [http://pymaemo.garage.maemo.org/abook.html Python-ABook Examples] (Chinook and earlier)
+
* [http://pymaemo.garage.maemo.org/abook.html python-abook examples] (Chinook and earlier)
==== Using it ====
==== Using it ====

Revision as of 10:54, 20 January 2010

Contents

What is PyMaemo?

The PyMaemo (Python for Maemo) project maintains a set of packages necessary to run and develop Python applications on the Maemo platform.

Supported Software

We currently maintain support for the python interpreter, bindings and a few applications in the Maemo platform. A detailed list can be found in PyMaemo/Components.

Screenshots

PyMaemo/Screenshots

Software written using PyMaemo

See PyMaemo/Statistics for a list and some related graphs.

Documentation

Tutorials

Examples

Manuals and References

In progress documentation

This section contains links to documentation that is still being written.

Ye Olde Documentation

This section contains documentation that hasn't been updated to Maemo 5 (Fremantle) era.

Using it