Python tips and tricks

From MoDe

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.