Saturday, June 13, 2009

Python for Symbian s60


Python is very convinient language compared to any other and constantly increasing it's popularity. It is listed in the top 10 programming languages also. It can be used in MS Windows, Linux and everywhere. It's a best hacker's choice also. Many varieties are emerging from python. Portable python- which need not be installed but paste the file in your Thumb drive or any other portable devices and you can use it everywhere. Really Nice. Now the pyhton coming to conquer the mobile phone world!. Yes, you can do what is you go for in a PC.

  • Just donwlad the pyhton instllalble file. Install it
  • Open python for s60
  • Options->Interactive Console
  • Do what you want
  • You can see some example *.py files in Options->Run Script
simplest example:

print "hello World!"

#Note: Wherever you want to press enter in PC version of linux, in mobile, you use 'scroll key', not 'enter' character in the list of special characters. You can run python scripts also bu require one text editor. One good text editor is JtextLite.

Happy Programming!

No comments: