PyMaemo: Difference between revisions

From Maemo Wiki
Jump to navigationJump to search
Documentation: adding link to sboxless packaging.
 
(10 intermediate revisions by 6 users not shown)
Line 9: Line 9:
== Screenshots ==
== Screenshots ==


[[PyMaemo/Screenshots]]
{{main|PyMaemo/Screenshots}}


== Software written using PyMaemo ==
== Software written using PyMaemo ==


See [[PyMaemo/Statistics]] for a list and some related graphs.
{{main|PyMaemo/Statistics}}


== Documentation ==
== Documentation ==
Line 24: Line 24:
=== Tutorials ===
=== Tutorials ===


* [[/Scratchboxless packaging guide | Scratchboxless packaging guide]]
* [[/Documentation for pyside-assistant|PySide-Assistant Tutorial]]
* [[/UI tutorial | python-hildon Tutorial]]
* [[/UI tutorial|python-hildon Tutorial]]
* [[/Using Location API | Using Location API]]
* [[/Using Location API|Using Location API]]
* [[/Accessing APIs without Python bindings | Accessing APIs without Python bindings]]
* [[/Accessing APIs without Python bindings|Accessing APIs without Python bindings]]
* 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://temporaryland.wordpress.com/2011/01/26/python-for-newbies/ Python Tutorial for Newbies] with a special emphasis on Maemo
* [[/Portrait mode|Python auto-rotation (Portrait mode) on Maemo 5]]
* [[/Portrait mode|Python auto-rotation (Portrait mode) on Maemo 5]]
* [[/Performance|Python and Performance]]
* [[Performance Considerations for Python Apps|Python and Performance]]
* [[Internationalize a Python application]]


==== mikec's "30 minutes" series ====
==== mikec's "30 minutes" series ====
* [http://talk.maemo.org/showthread.php?t=39879 Qt4 Designer and Python in 30Min]
* [http://talk.maemo.org/showthread.php?t=39879 Qt4 Designer and Python in 30Min]
* [http://talk.maemo.org/showthread.php?t=43663 Qt Designer/Python for Windows XP in 30 Mins]
* [http://talk.maemo.org/showthread.php?t=43663 Qt Designer/Python for Windows XP in 30 Mins]
Line 42: Line 44:
* [http://pymaemo.garage.maemo.org/conic.html python-conic examples]
* [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]
* [[/Python-osso examples | python-osso examples]]
* [[/Python-osso examples|python-osso examples]]
* [[/Phone call and SMS examples | Phone call and SMS examples]]
* [[/Phone call and SMS examples|Phone call and SMS examples]]
* [http://www.paraiso.dk/pymaemosms.txt Sending SMS using python-dbus]
* [http://www.paraiso.dk/incomingsms.txt Listening to incoming SMS]
* [http://talk.maemo.org/showpost.php?p=577316&postcount=9 PyQt Stacked Windows]  
* [http://talk.maemo.org/showpost.php?p=577316&postcount=9 PyQt Stacked Windows]  
* [http://wiki.maemo.org/DbusScripts python Dbus tricks]
* [[DbusScripts|Python Dbus tricks]]
example]
* [http://wiki.maemo.org/Phone_control#Python Phone control - Python]


=== Manuals and References ===
=== Manuals and References ===
Line 81: Line 81:
* [[PyMaemo/SDK installation]]
* [[PyMaemo/SDK installation]]
* [[PyMaemo/FAQ]]
* [[PyMaemo/FAQ]]


[[Category:Python]]
[[Category:Python]]

Latest revision as of 02:26, 11 October 2011

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

Main article: PyMaemo/Screenshots


Software written using PyMaemo

Main article: PyMaemo/Statistics


Documentation

Tutorials

mikec's "30 minutes" series

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