Write a Python Script
You can write a Python script on your computer with any text editor.Useful editors are, for example, ConTEXT or PythonWin which are
freely downloadable on the Internet, but Notepad also works. Symbian
developers can use Carbide.c++ with the PyDev plug-ins found at
http://pydev.sourceforge.net.
Write the following line in your text editor:
print "Hello world!"
After the code is typed, save the file under the name hello.py. Make
sure that the file ending is .py and not .txt.
The file is now ready to be executed on your phone! You do not have
to build or compile it any way. However, it must be copied to the phone
first

No comments:
Post a Comment