Editing Python/Harmattan

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
== Introduction  ==
== Introduction  ==
-
The [[Harmattan]] Python project provides a Python (v2.6.6) 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 Harmattan Python project provides a Python (v2.6.6) 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  ==
Line 264: Line 263:
*[http://ipython.org/ IPython] (enhanced interactive shell) 0.13.2 and 0.10.2 : see the topics in [http://talk.maemo.org/showthread.php?t=79997 Maemo.org Talk]  and [https://openrepos.net/content/rcolistete/ipython OpenRepos.net]
*[http://ipython.org/ IPython] (enhanced interactive shell) 0.13.2 and 0.10.2 : see the topics in [http://talk.maemo.org/showthread.php?t=79997 Maemo.org Talk]  and [https://openrepos.net/content/rcolistete/ipython OpenRepos.net]
*[http://code.google.com/p/sympy/ SymPy] (CAS - Computer Algebra System) 0.7.5 : see the topics in [http://talk.maemo.org/showthread.php?t=78568 Maemo.org Talk] and [https://openrepos.net/content/rcolistete/sympy OpenRepos.net]
*[http://code.google.com/p/sympy/ SymPy] (CAS - Computer Algebra System) 0.7.5 : see the topics in [http://talk.maemo.org/showthread.php?t=78568 Maemo.org Talk] and [https://openrepos.net/content/rcolistete/sympy OpenRepos.net]
-
*[http://matplotlib.sourceforge.net/ MatPlotLib] (2D & 3D plots) 1.3.1 : see the topics in [http://talk.maemo.org/showthread.php?p=1128672 Maemo.org Talk] and [https://openrepos.net/content/rcolistete/matplotlib OpenRepos.net]
+
*[http://matplotlib.sourceforge.net/ MatPlotLib] (2D & 3D plots) 1.4.2 : see the topics in [http://talk.maemo.org/showthread.php?p=1128672 Maemo.org Talk] and [https://openrepos.net/content/rcolistete/matplotlib OpenRepos.net]
*[http://www.numpy.org/ NumPy] (numerical calculations) 1.9.1 : see the topic in [http://talk.maemo.org/showthread.php?p=1322503 Maemo.org Talk] and [https://openrepos.net/content/rcolistete/numpy OpenRepos.net]
*[http://www.numpy.org/ NumPy] (numerical calculations) 1.9.1 : see the topic in [http://talk.maemo.org/showthread.php?p=1322503 Maemo.org Talk] and [https://openrepos.net/content/rcolistete/numpy OpenRepos.net]
*[http://www.scipy.org/ SciPy] (scientific calculations) 0.14.0 : see the topic in [http://talk.maemo.org/showthread.php?t=93940 Maemo.org Talk] and [https://openrepos.net/content/rcolistete/scipy OpenRepos.net]
*[http://www.scipy.org/ SciPy] (scientific calculations) 0.14.0 : see the topic in [http://talk.maemo.org/showthread.php?t=93940 Maemo.org Talk] and [https://openrepos.net/content/rcolistete/scipy OpenRepos.net]
*[http://packages.python.org/uncertainties/ Uncertainties] (calculations with uncertainties) 2.4.6.1 : see the topic in [http://talk.maemo.org/showthread.php?t=82519 Maemo.org Talk]  and [https://openrepos.net/content/rcolistete/uncertainties OpenRepos.net]
*[http://packages.python.org/uncertainties/ Uncertainties] (calculations with uncertainties) 2.4.6.1 : see the topic in [http://talk.maemo.org/showthread.php?t=82519 Maemo.org Talk]  and [https://openrepos.net/content/rcolistete/uncertainties OpenRepos.net]
*[http://cython.org/ Cython] (C-Extensions for Python) 0.19.1 : [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [https://openrepos.net/content/rcolistete/cython OpenRepos.net]
*[http://cython.org/ Cython] (C-Extensions for Python) 0.19.1 : [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [https://openrepos.net/content/rcolistete/cython OpenRepos.net]
-
*[https://pypi.python.org/pypi/decorator Decorator] (simplify usage of Python decorators) 3.4.0 : [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [https://openrepos.net/content/rcolistete/python-decorator OpenRepos.net]
+
*[https://pypi.python.org/pypi/decorator Decorator] (simplify usage of Python decorators ) : [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [https://openrepos.net/content/rcolistete/python-decorator OpenRepos.net]
-
*[http://jinja.pocoo.org/ Jinja2] (template engine for Python) 2.7.3 : [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [https://openrepos.net/content/rcolistete/jinja2 OpenRepos.net]
+
*[http://www.noah.org/wiki/pexpect Pexpect] (for automating interactive applications) : [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [http://gitorious.org/harmattan-python/pexpect source code from Python Harmattan]
-
*[http://www.pocoo.org/projects/markupsafe/ MarkupSafe] (HTML/XHTML/XML string library for Python) 0.23 : [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [https://openrepos.net/content/rcolistete/markupsafe OpenRepos.net]
+
*[http://pychecker.sourceforge.net/ PyChecker] (Python source code checking tool) :  [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [http://gitorious.org/harmattan-python/pychecker source code from Python Harmattan]
-
*[http://www.noah.org/wiki/pexpect Pexpect] (for automating interactive applications) 2.3 : [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [http://gitorious.org/harmattan-python/pexpect source code from Python Harmattan]
+
*[http://pyparsing.wikispaces.com/home PyParsing] (create and execute simple grammars) : [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [https://openrepos.net/content/rcolistete/python-pyparsing OpenRepos.net]
-
*[http://pychecker.sourceforge.net/ PyChecker] (Python source code checking tool) 0.8.18 :  [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [http://gitorious.org/harmattan-python/pychecker source code from Python Harmattan]
+
*[https://pypi.python.org/pypi/pytz/2012c Pytz] (world timezone definitions) : [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [https://openrepos.net/content/rcolistete/python-tz OpenRepos.net]
-
*[http://pyparsing.wikispaces.com/home PyParsing] (create and execute simple grammars) 2.0.3 : [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [https://openrepos.net/content/rcolistete/python-pyparsing OpenRepos.net]
+
*[http://www.zeromq.org/bindings:python PyZMQ (Python ZMQ)] (Python bindings for ZMQ) : [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [https://openrepos.net/content/rcolistete/python-zmq  OpenRepos.net]
-
*[https://pypi.python.org/pypi/pytz/2012c Pytz] (world timezone definitions) 2012c : [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [https://openrepos.net/content/rcolistete/python-tz OpenRepos.net]
+
*[https://pypi.python.org/pypi/six/ Six] (Python 2 and 3 compatibility library) : [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [https://openrepos.net/content/rcolistete/python-six OpenRepos.net]
-
*[http://www.zeromq.org/bindings:python PyZMQ (Python ZMQ)] (Python bindings for ZMQ) 2.2.0 : [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [https://openrepos.net/content/rcolistete/python-zmq  OpenRepos.net]
+
*[http://www.tornadoweb.org/ Tornado] (scalable, non-blocking web server) : [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [https://openrepos.net/content/rcolistete/tornado OpenRepos.net]
-
*[https://pypi.python.org/pypi/six/ Six] (Python 2 and 3 compatibility library) 1.8.0 : [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [https://openrepos.net/content/rcolistete/python-six OpenRepos.net]
+
*[http://twistedmatrix.com/trac/ Twisted] (event-based framework for internet applications) : [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [http://gitorious.org/harmattan-python/twisted source code from Python Harmattan]
-
*[http://www.tornadoweb.org/ Tornado] (scalable, non-blocking web server) 2.4.1 : [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [https://openrepos.net/content/rcolistete/tornado OpenRepos.net]
+
*[http://docs.zope.org/zopetoolkit/ Zope Interface] (implementation of object interfaces for Python) : [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [http://gitorious.org/harmattan-python/zope_interface source code from Python Harmattan]
-
*[http://twistedmatrix.com/trac/ Twisted] (event-based framework for internet applications) 10.1.0 : [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [http://gitorious.org/harmattan-python/twisted source code from Python Harmattan]
+
* [http://thp.io/2011/eventfeed/ python-eventfeed]: Library to post items to the Harmattan Event Feed screen
-
*[http://docs.zope.org/zopetoolkit/ Zope Interface] (implementation of object interfaces for Python) 3.5.3 : [http://talk.maemo.org/showthread.php?p=1317797 see this Harmattan repository] and [http://gitorious.org/harmattan-python/zope_interface source code from Python Harmattan]
+
* [https://launchpad.net/pyflakes PyFlakes] (checks Python source code for logical errors) : [https://build.pub.meego.com/package/binary?arch=armv7el&filename=pyflakes_0.4.0-1_all.deb&package=PyFlakes&project=home%3Arzr%3Aharmattan&repository=MeeGo_1.2_Harmattan_Maemo.org_MeeGo_1.2_Harmattan_standard package download] and [https://build.pub.meego.com/package/files?package=PyFlakes&project=home%3Arzr%3Aharmattan source code]
-
* [http://thp.io/2011/eventfeed/ python-eventfeed] 1.0 : Library to post items to the Harmattan Event Feed screen
+
See also [https://openrepos.net/search/node/python Python packages in OpenRepos.net].
See also [https://openrepos.net/search/node/python Python packages in OpenRepos.net].
Line 298: Line 296:
*[http://wiki.maemo.org/PyMaemo PyMaemo]  
*[http://wiki.maemo.org/PyMaemo PyMaemo]  
*[http://www.pyside.org/ PySide]
*[http://www.pyside.org/ PySide]
-
 
-
 
-
[[Category:Project]]
 

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)