What's in python for me?

Login to reply to this topic.
Sat, 2006-08-05 19:51
Joined: 2004-12-03
Forum posts: 53
Hi,
I am just wondering about python.

As C/C++ programmer I think I am proficient in my language. As Symbian C++ isn't mystery for a long time and its my proffesion I doubt,is there any reason why should I learn Python for S60?Huh

I don't like www stuff and don't wont do such things. Searching in google shows me a lot of crap and masots written in Python on Symbian....

Why should I need it??? Can you show me any example of python script helping developement of serious utility??? Is it safe/reliability?? 

I've seen that Civilization 4 by Sid Mayer's is using python as a scripting language on PC. Its works like hell and hang up one in a while (from python side...). As CPU on Symbian is low I think LUA if any would be better choice as game scripting language for symbian...

So is there something needful for Me in Python?

Thanks,
Wojtek

Wojciech Freliszka
NinthBit


Sun, 2006-08-06 10:25
Joined: 2006-08-02
Forum posts: 24
Re: What's in python for me?
My Dear Friend   Grin
http://www.mobilenin.com/pys60/menu.htm
Check this url. I guess u should get answers to all your question here.
Anywas also check python,org and u should know where python is used.If
u r still not satisfied .
Read the URL 's bellow
http://catb.org/~esr/faqs/hacker-howto.html
http://www.linuxjournal.com/article/3882

 Afro
Of crz in terms of mobile programming Python hasen't evolved much buTr check out  a few  pojects @ sourceforge.net I have seen a program which if installed on ur mobile phone can be used as a remote control to  Shocked increase and decrease the voulume of ur system (Client and Server Both written in Python).Python is evolving so give it some time.However when it comes to big projects where Time ans memory is really crucial then stick to Plain Old C and C++  Cheezy .

Symbian Develpoer

Sun, 2006-08-06 16:12
Joined: 2005-11-20
Forum posts: 1058
Re: What's in python for me?
Well, ravi_chakrapani, thanks, some interesting informations about Python as a programming language and its uses on "normal" computers, but indeed: What about Symbian smartphones?

As fwojtek, I am a little skeptic, mainly because of two reasons:

1) I did not yet encounter a substantial Symbian application written in Python, only a lot of small things. Given that Python is without doubt a powerful language per se, why so far nobody uses this powerful language to write a "real" program?

2) As far as I know Nokia made one initial version of the Python interpreter, but then nothing followed, for quite a long time already. So, is Nokia committed to Python or not? If I use it, will I be able to port my works to the next-gen Nokia phone that I will buy in 2 or 3 years time, or will the Python intermezzo already be over by then?

René Brunner

Mon, 2006-08-07 05:45
Forum Nokia Champion
Joined: 2003-06-10
Forum posts: 695
Re: What's in python for me?
Python is a scripting language. On S60 I see it is fairly good for small utilities, prototyping and educational purposes.

Nokia has released multiple versions/updates of S60 Python already. Latest is a release for S60 3rd Edition (S60 3.0).

And as it is open source, its development can continue without Nokia doing anything more than it already has (not that there has been any signs that it wouldn't continue):
http://opensource.nokia.com/projects/pythonfors60/index.html
http://sourceforge.net/projects/pys60
Mon, 2006-08-07 07:48
Joined: 2005-11-20
Forum posts: 1058
Re: What's in python for me?
N/A, you are right about the updates - I should have checked before writting 2) in my posting. Nokia really seems to keep the thing current and develop it further.

Also the Python forum was more lively than I expected it to be.

Concerning Python being open source, with the possibility that somebody picks up should Nokia leave the party at some time in the future: Did anybody here have a look at the source code?

I ask because something similar to Python - OPL - currently struggles, despite being open source. One of the main reasons might be the complexitity of the code. I think it is too difficult for the majority of Symbian programmers, and the little group that could work on it mostly seems to have other priorities...

René Brunner

Mon, 2006-08-07 14:09
Joined: 2004-12-03
Forum posts: 53
Re: What's in python for me?
I believe python is powerful language. Mainly bacause using of DLL written in C++. I can also see that python seems to be much better then java for mobile app developement.  (Maybe not games however java as gaming platform sucks either...) I now see python on mobile devices as a good competition to java... However java app (which sucks badly) have at least more devices to work on...

I can't see the way of using python for making money in mobile developement. Nowbody pays surious cash for something that (prodobly) could also work. Also don't see anything simple and small I could do not "just for fun"...

Wojciech Freliszka
NinthBit

  • Login to reply to this topic.