Editing Python/Harmattan/Performance Considerations for Python Apps

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 34: Line 34:
Do these work with Arm?
Do these work with Arm?
-
==== ShedSkin ====
+
==== Shedskin ====
-
ShedSkin is a tool to convert a restricted subset of python into C++.
+
 
-
This then can get compiled and used as a module in python.
+
Converts a restricted subset of python into C++
-
Tests have shown that there are great speed improvements possible.
+
 
-
You dont need any knowledge in C or how to use gcc.
+
??
-
{{main|ShedSkin}}
+
==== Delegating to C with CTypes/SWIG ====
==== Delegating to C with CTypes/SWIG ====
Line 168: Line 167:
The standard response of "it depends". For a graphical application not doing too much processing a user will probably not notice it is written in Python. Compare that to an experiment by epage in writing a GST video filter in Python that at best ran at 2 seconds per frame.
The standard response of "it depends". For a graphical application not doing too much processing a user will probably not notice it is written in Python. Compare that to an experiment by epage in writing a GST video filter in Python that at best ran at 2 seconds per frame.
-
 
-
== Further reading ==
 
-
 
-
* [[PyQt Tips and Tricks]] - similar guide for PyQt
 
[[Category:Python]]
[[Category:Python]]

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)

Templates used on this page: