This page is for tips related to programming the OLPC in Python. Some examples are:
- package your app with .pyc files only to save storage but make your source available freely on the web.
- if your app needs an SQL database use SQLite because this is already on the OLPC as part of xulrunner
