Thread: Any news on N9
View Single Post
Posts: 343 | Thanked: 165 times | Joined on Sep 2010
#23
Originally Posted by mikecomputing View Post
Hmm I also prefer Python instead of java cause it syntax and fast write small apps. But saying its faster than Java I am not sure about that do you have some benchmark or test showing that? Would be great to know if its the case yet another reason to dish Android then
What I meant was that it's faster to write than in Java due to it's simplified syntax. Speedwise, I believe Java is faster, but it's not very noticable - if at all.

Edit: I just pulled this off of a forum by a user named sturlamolden from Velocity Reviews and it sums up my own opinions as well as what I've been told from instructors:

- Coding? Yes, if you program 'pythonic'.

- String handling? Often.

- I/O and networking? Often.

- Iteration? No.

- Function calls and recursion? No.

- Arithmetics with elemental types? No.

- Numerics? Yes, if you use NumPy.

Last edited by mattbutsko; 2011-01-13 at 00:59.