PyMaemo
bruno_araujo (Talk | contribs) (Undo revision 26613 by bruno_araujo (Talk)) |
(capitalization fixes) |
||
Line 24: | Line 24: | ||
=== Tutorials === | === Tutorials === | ||
- | * [[PyMaemo/UITutorial| | + | * [[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 | + | * [http://pymaemo.garage.maemo.org/conic.html python-conic examples] |
- | * [http://git.gnome.org/browse/gnome-python/tree/examples/gconf | + | * [http://git.gnome.org/browse/gnome-python/tree/examples/gconf python-gconf examples] |
- | + | * [[PyMaemo/PythonOssoExamples|python-osso examples]] | |
- | * [[PyMaemo/PythonOssoExamples| | + | * [http://www.paraiso.dk/pymaemosms.txt Sending SMS using python-dbus] |
- | * [http://www.paraiso.dk/pymaemosms.txt Sending SMS using | + | |
* [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/ | + | * [http://pymaemo.garage.maemo.org/python_hildon_manual/ python-hildon manual] |
- | * [http://pymaemo.garage.maemo.org/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 | + | * [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
Software written using PyMaemo
See PyMaemo/Statistics for a list and some related graphs.
Documentation
Tutorials
- python-hildon Tutorial
- Using Location API
- Easy packaging with py2deb or PyPackager
- Python Tutorial for Newbies with a special emphasis on Maemo
- Python auto-rotation (Portrait mode) on Maemo 5
Examples
- python-conic examples
- python-gconf examples
- python-osso examples
- Sending SMS using python-dbus
- Listening to incoming SMS
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 Python in Maemo
- API Documentation (Maemo 3.x Bora)
- Coding for Nokia 770 using Python part 1
- Coding for Nokia 770 using Python part 2
- Jason's useful tips for PyMaemo development
- Martin's useful tips for PyMaemo development
- python-gpsbt introduction and example (only applicable to Maemo 4.x)
- GConf in Python
- python-abook examples (Chinook and earlier)