PyMaemo

(A few tweaks to internal URLs)
Line 18: Line 18:
* [[/Quick start guide | Quick Start Guide for N900]]
* [[/Quick start guide | Quick Start Guide for N900]]
-
* [[PyMaemo/GUIToolkitSelectionGuide|GUI Toolkit Selection Guide]]
+
* [[/GUI toolkit selection guide|GUI Toolkit Selection Guide]]
-
* [[PyMaemo/Components|List of PyMaemo components]]
+
* [[/Components|List of PyMaemo components]]
-
* [[PyMaemo/HowToBuild|How to build PyMaemo packages]]
+
* [[/How to build|How to build PyMaemo packages]]
=== Tutorials ===
=== Tutorials ===
-
* [[PyMaemo/UITutorial|python-hildon Tutorial]]
+
* [[/UI tutorial|python-hildon Tutorial]]
-
* [[PyMaemo/Using_Location_API|Using Location API]]
+
* [[/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]]
+
* [[/Portrait mode|Python auto-rotation (Portrait mode) on Maemo 5]]
=== Examples ===
=== Examples ===
Line 48: Line 48:
This section contains links to documentation that is still being written.
This section contains links to documentation that is still being written.
-
* [[PyMaemo/Python26PortingGuide|Python 2.6 porting guide]]
+
* [[/Python 2.6 porting guide|Python 2.6 porting guide]]
=== Ye Olde Documentation ===
=== Ye Olde Documentation ===
Line 54: Line 54:
This section contains documentation that hasn't been updated to Maemo 5 (Fremantle) era.
This section contains documentation that hasn't been updated to Maemo 5 (Fremantle) era.
-
* [[PyMaemo/UsingPythonInMaemo|Using Python in Maemo]]
+
* [[PyMaemo/Using Python in Maemo|Using Python in Maemo]]
* [http://maemo.org/development/documentation/apis/3-x/python-maemo-3.x/ API Documentation (Maemo 3.x Bora)]
* [http://maemo.org/development/documentation/apis/3-x/python-maemo-3.x/ API Documentation (Maemo 3.x Bora)]
* [http://www.teemuharju.net/2006/01/26/coding-for-nokia-770-using-python-part-1/ Coding for Nokia 770 using Python part 1]
* [http://www.teemuharju.net/2006/01/26/coding-for-nokia-770-using-python-part-1/ Coding for Nokia 770 using Python part 1]
Line 67: Line 67:
* [[PyMaemo/Installation]]
* [[PyMaemo/Installation]]
-
* [[PyMaemo/ManualInstallation]]
+
* [[PyMaemo/Manual installation]]
-
* [[PyMaemo/SDKInstallation]]
+
* [[PyMaemo/SDK installation]]
* [[PyMaemo/FAQ]]
* [[PyMaemo/FAQ]]
[[Category:Python]]
[[Category:Python]]

Revision as of 16:13, 29 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