Tuesday, 25 October 2011

PYTHON ON SYMBIAN S60 PHONES


You might have been hearing about python and you dont know what it really
means.
Herein i will be sheding more light on;
-WHAT PYTHON
MEANS
-FUNCTIONS
-HOW TO INSTALL IT ON SYMBIAN S60'S MOBILE PHONES


Python simply means an interpreted, object-oriented,
HIGH-LEVEL PROGRAMMING LANGUAGE with dynamic semantics.
HIGHLIGHTED
BELOW ARE SOME BASIC FUNCTIONS OF PYTHON
• Its a high-level built in
data structures, combined with dynamic typing and dynamic binding, which makes
it very attractive for Rapid Application Development, as well as for use as a
scripting language to connect existingcomponents together.
• Python is
simple, easy to learn syntax emphasizes readability and therefore reduces the
cost ofprogram maintenance.
• Python supports modules and packages,which
encourages programmodularity and code reuse.
• The Python interpreter
and the extensive standard library are available in source or binary
form without charge for all major platforms, and can be
freelydistributed.

Often, programmers choose to use Python because of
the increased productivity it provides
The prefix Py can be used to show that something is related to Python.
Examples of the use of this prefix in names of Python applications or
libraries include
-Py game, a binding of SDL to Python (commonly used to
create games);
-PyS60, an implementation for the Symbian Series 60 Operating
System
PyQt and PyGTK , which bind Qt and GTK , respectively, to Python;
and
PyPy, a Python implementation written in Python.
The prefix is also
used outside of naming software packages: the major Python conference is
named PyCon

NOW TO INSTALL PYTHON ON YOUR SYMBIAN S60
google search to download PYTHON


then you are done.


0 comments:

Post a Comment