Making and testing your first application.
• Open a text editor (such as Notepad) and write the code of your application
• Save the file with the extension .py
On the Phone
• Connect the phone to the computer and forward the file to the phone
• Place the file in either C:\Python or E:\Python (depending on whether you installed Python on phone memory or on memory card)
• Open the Python Script Shell on the phone, select Options -> Run script and choose the file
On the Emulator
• Place the file in the Python folder for example, the path for S60 3rd edition FP2 emulator is
C:\S60\devices\S60_3rd_FP2_SDK\epoc32\winscw\c\python
• Start the emulator, open the Python Script Shell, select Options -> Run script and choose the file