Python tips and tricks
From MoDe
- Cheat sheet of basic python symbian functions This page is outdated. It was from earlier versions. It would be great to update it to version 1.3.
- How to shorten the edit-upload-install-run cycle This functionality has been extended and subsummed by the "sync" and putools developed with Kari Puli. Do a search on this wiki to find it.
[edit]
debugging tips
My biggest bug is when handling key presses, I keep forgetting that there are three events in quick succession: key down, key, and key up. (If you try to print to console from each, some of the prints will be overwritten.) If the key down exits from some view, then the keyup will be caught by the new view.
Back to Nokia Series 60 pages.
