Python Setup Notes: Difference between revisions

From Mobile Application Design
Jump to navigationJump to search
No edit summary
Line 40: Line 40:


# Rewrite the Zombie Detector from Week 2 in Python.
# Rewrite the Zombie Detector from Week 2 in Python.
# Create a script which reads in a string and then sends it an SMS to your neighbour
# Create a script which reads in a string and then sends it an SMS to your neighbour

Revision as of 15:49, 16 November 2006

Python for S60

Installation

Project Home page | Download page

Since we are using the lovely N80 phones provided by Nokia - we'll need to download the following files:

Bluetooth these to your N80 and install them ahead of time.

Reference

Jurgen Scheible's Tutorial Site

Python Library Reference

Guido Van Rossum's Python Tutorial

Editors

PyDev (for Eclipse

Useful Tools

Miso - a utility library Kari Pulli's Python page

Simple Programs

Hello Python

import appuifw

appuifw.note(u"Well hello Python for Series60, you look nice... ", "info")

Exercises

  1. Rewrite the Zombie Detector from Week 2 in Python.
  2. Create a script which reads in a string and then sends it an SMS to your neighbour