Java | Python |
Statically typed | Dynamically typed |
Not compact, (through class) | Compact (scripting like) |
GUI, swing, has a lot of nice widgets | Tkinter by default, |
Bracket and semicolon | Colon and space |
Javac compile into byte code | Command line interpreter |
Parameter pass by value ( a value of reference to an object) | Parameter pass by value( a value of reference to an object) |
Reference: