Results 1 to 4 of 4
Like Tree2Likes
  • 2 Post By Tolls

Thread: Java vs. Python

  1. #1
    bob 6 is offline Java Rookie
    Join Date
    Aug 2012
    Posts
    20
    Rep Power
    0

    Talking Java vs. Python

    I took a look at Python programming, and do you know what I thought? Python is CRAZY easy! Wow, Python's code is mostly coded in already, for example, to print on the console, you just have to do print(), and to make a list, you do var = [...]. that simple.
    If you didn't check out Python Programming Language yet, go and check it out, and share your thoughts with me.

  2. #2
    Fubarable's Avatar
    Fubarable is offline Moderator
    Join Date
    Jun 2008
    Posts
    19,252
    Blog Entries
    1
    Rep Power
    24

    Default Re: Java vs. Python

    I agree that Python certainly is nice to work with, allows for rapid development and certainly has its niche.

  3. #3
    Tolls is offline Moderator
    Join Date
    Apr 2009
    Posts
    10,438
    Rep Power
    16

    Default Re: Java vs. Python

    Who would win?
    There's only one way to find out...
    FIGHT!
    :)
    DarrylBurke and bob 6 like this.
    Please do not ask for code as refusal often offends.

  4. #4
    DarrylBurke's Avatar
    DarrylBurke is offline Moderator
    Join Date
    Sep 2008
    Location
    Madgaon, Goa, India
    Posts
    9,918
    Rep Power
    16

    Default Re: Java vs. Python

    Interesting site, Tolls.

    db
    Why do they call it rush hour when nothing moves? - Robin Williams

Similar Threads

  1. Passing arguments from java to python
    By wavefunction in forum Advanced Java
    Replies: 4
    Last Post: 07-10-2011, 04:36 PM
  2. Running a Python Script in Java
    By JavaN00bie in forum New To Java
    Replies: 6
    Last Post: 06-22-2011, 09:23 PM
  3. Run Python file in Java code
    By soheilz92 in forum Advanced Java
    Replies: 1
    Last Post: 05-07-2011, 12:01 PM
  4. calling python file from java
    By cool in forum AWT / Swing
    Replies: 3
    Last Post: 11-11-2010, 03:50 AM
  5. Jython : python for java
    By cotarelo in forum New To Java
    Replies: 1
    Last Post: 03-25-2010, 08:53 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •