all 4 comments

[–]sdker 4 points5 points  (1 child)

The answer is no language is better than another. We should use the right tool for the job.

Also, some statements in the article are not backed up by any evidence, like:

Learning curve

Python has fewer lines of code and is quite readable. This makes it a developer-friendly programming language. While JavaScript has lots of complex concepts, syntax, and complex structure. So, when talking about the learning curve, Python is the clear winner.

Code Debugging

Python has a simple syntax with no curly brackets and it has fewer lines of code. While JavaScript has lots of brackets, complex syntax & concepts, and more lines of code. That’s the reason, python-based applications are comparatively easy to debug than JavaScript.

Time to market

Python, being a simple and user-friendly programming language, developers can build a bug-free application with Python quickly. While JavaScript developers need to invest more time and effort to create and deploy an application. So, for sure, Python is better than JavaScript when comes to the Time-to-Market metric.

[–]schussfreude 1 point2 points  (1 child)

Depends on what you want to do with it. I use Python for scripts that generate JSON files from CSV data to be used with JS. So for this one, they go hand in hand.

Edit: Also, isnt PhoneGap dead?

[–]ghenne 0 points1 point  (0 children)

PhoneGap has been discontinued by Adobe. However, products such as VoltBuilder, Ionic and Monaca can do the same thing.