PDA

View Full Version : Nokia releases Python S60 source code


conceptedge
01-24-2009, 10:23 AM
Python is a full featured programming language that are favored
by many developers as a prototype tool to production use. Now it is available for use with the Nokia S60 platform as well! You can find it on sourceforget.net

Nokia S60 is based on the Symbian OS platforom, which they purchased from Psion several years ago. The Symbian's development environment is not very developer friendly as it uses its open C library. Hence there is a long learning curve even for developers familiar with standard C. It can be frustrating at times. Python by comparison can let developers avoid dealing with many of the problems using C on the Symbian S60. You can still access all the API and features and reduce development time.

I am going to try it.