PDA

View Full Version : java or python to learn?



aszxcv
January 29th, 2009, 09:26 AM
i been jugging this for awhile. neither language have what all i would want to do in future goals exclusively.

my goals are:
1.to get into mobile applications for android
2.ai/machine learning programming
3.web 2.0 site
4.create a 3d game
5.desktop applications


help me decide

jespdj
January 29th, 2009, 09:56 AM
1.to get into mobile applications for android
Android runs Java bytecode (on their Dalvik virtual machine), so Java would be the right choice here.


2.ai/machine learning programming
3.web 2.0 site
Both Java and Python are suitable for this.


4.create a 3d game
This is possible in Java and probably also in Python, but if you really want to create a high-performance 3D game then C++ would probably the language of choice.


5.desktop applications
Python is very popular for desktop applications on Ubuntu.

Kilon
January 29th, 2009, 11:27 AM
i been jugging this for awhile. neither language have what all i would want to do in future goals exclusively.

my goals are:
1.to get into mobile applications for android
2.ai/machine learning programming
3.web 2.0 site
4.create a 3d game
5.desktop applications


help me decide


why not both ?

When you unite python with java then you have JYTHON.

Enjoy !

http://www.jython.org/Project/

sujoy
January 29th, 2009, 01:26 PM
no one language can fit all projects. learn a few and apply them where suitable. most importantly though learn data structures and algorithms.

stevescripts
January 29th, 2009, 05:18 PM
no one language can fit all projects. learn a few and apply them where suitable. most importantly though learn data structures and algorithms.

Well said!

Steve