Is Python better than JavaScript | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

Is Python better than JavaScript

I am not sure whetehr to focus more on Python or JavaScript

15th Oct 2018, 3:24 PM
K9Red
K9Red - avatar
12 Answers
+ 10
Yes javascript is for web development. But you can also make desktop applications with it. Javascript usage is is much wider than before.
15th Oct 2018, 4:32 PM
Toni Isotalo
Toni Isotalo - avatar
+ 14
both languages have their own benefits. It really is up to you to choose one for your project. While Python is simple and concise, Java is fast and more portable. While Python is dynamically-typed, Java is statically-typed. Both are powerful in their own realms. syntax of python is more simple than JavaScript therefore it is easy to read and write . in these days JavaScript is widely using ( for web development, desktop apps creating etc.. ) Select the appropriate and start the study 😸
16th Oct 2018, 2:17 AM
Vishnu
Vishnu - avatar
+ 8
Depends on what you want to use it for. Python and JavaScript are different languages and are used for different things.
15th Oct 2018, 3:38 PM
qwerty
qwerty - avatar
+ 4
When you think about backend development, Python and Node.js are the first things that come to your mind. While Python is a programming language, Node.js is an environment allowing JavaScript code to run on the server side and not in a browser. It is based on Chrome’s V8 Engine, which runs on Google Chrome. Node was a sort of a quantum leap, as it is the first environment allowing to use JavaScript both on the client side and on the server side. Without Node.js, frontend and backend used different languages, which could cause certain compatibility issues. node-python-compare-business So, Node.js vs Python comparison actually boils down to comparing Python and JavaScript on the backend. This is going to be a clash of titans, as both have been around for quite some time, both have earned solid reputations in the developers’ community, both have thousands of devoted supporters. We can even speak of a Python or JavaScript culture and folklore – there is even the Zen of Python and the JavaScript Garden. Python philosophy is that “There should be one – and preferably only one – obvious way to do it”, while JavaScript proudly boasts that “Any application that can be written in JavaScript will eventually be written in JavaScript” (the so-called Atwood’s Law). Detailed comparison of Node vs Python Therefore, in our attempt to compare Python vs Node.js, we will not try to prove that one of them is better than the other. On the contrary, we will show the advantages of both to see in which cases one of them can perform more optimally than the other. Performance The main thing we want from a programming tool is performance. Performance defines the speed of your application response which directly depends on how fast your code is executed. If we compare the performance of Python vs that of Node.js, we will immediately see that Node is significantly faster. This great performance is largely due to Node.js being based on Chrome’s V8 which is a very fast and powerful engine. https://crbtech.in/java-training/java-v
16th Oct 2018, 5:10 AM
meenal deshpande
+ 3
They are different if you are going for web development then choose JavaScript.if you want to become data Scientists means machine learning,AI etc then choose python. both are better because both are used for different works.
15th Oct 2018, 3:49 PM
Maninder $ingh
Maninder $ingh - avatar
+ 3
You should learn both if your purpose is web development :D.
16th Oct 2018, 1:19 PM
danvetio
danvetio - avatar
+ 3
Simple - if choice == Web then lang = JS else lang = python
16th Oct 2018, 1:30 PM
Rugved Modak
Rugved Modak - avatar
+ 3
Python is a Powerfull programming language good for beginers Js is also powerfull but is not much as good for Beginers they are used for different things to But i say JS but it is hard though! id say for u Python
17th Oct 2018, 2:31 AM
Potato Hacker
Potato Hacker - avatar
+ 2
if web related go javascript first, if not then go python.
15th Oct 2018, 3:37 PM
Kuyondo
Kuyondo - avatar
+ 2
Is Python better than js ? No, both have their pros & cons. Both are scripting languages but I consider js to be used for the front end side while py stays on the backend side. If your focus is to develope websites then I would recommend js.
16th Oct 2018, 7:04 AM
Beyar
Beyar  - avatar
+ 2
js is basically for web development, and it is not suitable for serious app development. But python can . However electronjs, coffescript, typescript help to develop apps from js
16th Oct 2018, 4:28 PM
Seniru
Seniru - avatar
+ 2
Python vs Node.js: Which is Better for Your Project. ... When you think about backend development, Python and Node.js are the first things that come to your mind. While Python is a programming language, Node.js is an environment allowing JavaScript code to run on the server side and not in a browser. https://crbtech.in/Java-Training/java-vs-python-which-programming-language-to-master/
17th Oct 2018, 5:26 AM
meenal deshpande