aspose file tools
The moose likes Jython/Python and the fly likes Python and Javascript Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Languages » Jython/Python
Reply Bookmark "Python and Javascript" Watch "Python and Javascript" New topic
Author

Python and Javascript

Tom Yanas
Greenhorn

Joined: Feb 16, 2012
Posts: 3
I am trying to compare Javascript and Python. I know Javascript and am interested in learning Python. Is Python similar to Javascript? How different/similar is the language?
chris webster
Bartender

Joined: Mar 01, 2009
Posts: 1103
    
    7

One difference is that JavaScript runs in your browser, while Python (in a web app) runs on the server.


ex-Oracle bloke
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56192
    
  13

chris webster wrote:One difference is that JavaScript runs in your browser

There are many standalone JavaScript engines.



[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Hussein Baghdadi
clojure forum advocate
Bartender

Joined: Nov 08, 2003
Posts: 3359

chris webster wrote:One difference is that JavaScript runs in your browser, while Python (in a web app) runs on the server.

Standalone JavaScript is the very heart of Node.js and there are many JavaScript server-side web frameworks.
Rhino and Google V8 are well known standalone JavaScript engines (even JDK 1.6 has an embedded Rhino engine).
chris webster
Bartender

Joined: Mar 01, 2009
Posts: 1103
    
    7

I am now just a little bit wiser - thanks!
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Python and Javascript
 
Similar Threads
why python ?
WA #1.....word association
New To Python
learning Python
"Constant Interface" Anti-Pattern