(→API Bindings) |
(→Getting started) |
||
| (5 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
| - | == | + | == Introduction == |
| - | The Harmattan Python project | + | The Harmattan Python project provides a Python runtime environment for Nokia's N9 phone and the N950 developer device built on the MeeGo 1.2 Harmattan platform. It provides a full-featured set of packages and tools to rapidly develop and run Python applications using the PySide: Python for Qt bindings together with the Qt Quick UI definition language. Applications can be deployed as individual Debian packages, using the community OBS, or eventually, via Ovi Store. |
| - | + | ||
| - | + | ||
== Getting started == | == Getting started == | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
The following links provide useful information for '''Python developers''', including information about MeeGo 1.2 Harmattan Security Framework. | The following links provide useful information for '''Python developers''', including information about MeeGo 1.2 Harmattan Security Framework. | ||
| Line 22: | Line 14: | ||
*[[Python 2.6 porting tips]] | *[[Python 2.6 porting tips]] | ||
*[http://wiki.maemo.org/Performance_Considerations_for_Python_Apps Python and Performance] | *[http://wiki.maemo.org/Performance_Considerations_for_Python_Apps Python and Performance] | ||
| - | + | ||
| + | If you are interested just in installing applications that depend on Python you can get a lot of them using the repositories listed here. All depending packages will be automatically installed. | ||
| + | |||
| + | * [http://www.ovi.nokia.com Ovi Store]; | ||
| + | * [http://wiki.meego.com/MeeGo_Apps MeeGo Apps]; | ||
| + | * [http://apps-beta.meego.com/applications/ MeeGo Apps - Beta]; | ||
== API Bindings == | == API Bindings == | ||
| Line 261: | Line 258: | ||
</nowiki> | </nowiki> | ||
| - | == Relevant Projects | + | == Collaborating == |
| + | |||
| + | You can contact us using: | ||
| + | |||
| + | * '''IRC:''' <code>/join '''#meego-python'''</code> on <code>irc.freenode.net</code> | ||
| + | * '''Mailing list:''' meego-python@lists.meego.com ([http://lists.meego.com/listinfo/meego-python Info page], [http://lists.meego.com/pipermail/meego-python/ Archives]) | ||
| + | |||
| + | Nokia contact person: Matti Airas <matti.p.airas@nokia.com> | ||
| + | |||
| + | == Relevant Projects == | ||
*[http://wiki.maemo.org/PyMaemo PyMaemo] | *[http://wiki.maemo.org/PyMaemo PyMaemo] | ||
*[http://www.pyside.org/ PySide] | *[http://www.pyside.org/ PySide] | ||
Contents |
The Harmattan Python project provides a Python runtime environment for Nokia's N9 phone and the N950 developer device built on the MeeGo 1.2 Harmattan platform. It provides a full-featured set of packages and tools to rapidly develop and run Python applications using the PySide: Python for Qt bindings together with the Qt Quick UI definition language. Applications can be deployed as individual Debian packages, using the community OBS, or eventually, via Ovi Store.
The following links provide useful information for Python developers, including information about MeeGo 1.2 Harmattan Security Framework.
If you are interested just in installing applications that depend on Python you can get a lot of them using the repositories listed here. All depending packages will be automatically installed.
The Harmattan Python project tries to cover as many APIs as possible. Nowadays there are bindings for the green marked modules:
In addition to the listed APIs above (provided by python-dbus, python-pyside, python-qtmobility, python-qtsparql) there are lots of packages:
python-cairo python-chardet python-conic python-content.action python-context python-crypto python-dateutil python-gconf python-gi python-gobject python-imaging python-libxml2 python-lxml python-magic python-markupsafe python-openssl python-pkg-resources python-pycurl python-pygments python-roman python-storm python-tralchemy python-twisted-web python-twisted-words python-xdg python-numpy python-beautifulsoup python-feedparser
You can contact us using:
/join #meego-python on irc.freenode.net
Nokia contact person: Matti Airas <matti.p.airas@nokia.com>