0

Which is easier to learn first between python and JS?

As a beginner I need a good introduction into programming. So I'd appreciate some insight.

14th Aug 2025, 6:27 AM
vuyo phakathi
vuyo phakathi - avatar
11 Antwoorden
+ 8
why not try both? then concentrate on the one which makes more sense to you.
14th Aug 2025, 12:33 PM
Bob_Li
Bob_Li - avatar
+ 5
Well, vuyo phakathi , it is often said that python is easier to learn due to its simple and clean syntax. JS can be a little challenging for beginners.
14th Aug 2025, 7:36 AM
Ushasi Bhattacharya
+ 5
Python syntax is horrendous. Probably best to start with JS between the two. At least JS has proper structure. But tbf both languages have terrible sides to them. At the end of the day it depends on what u want to use the language for.
14th Aug 2025, 7:44 AM
Aleksei Radchenkov
Aleksei Radchenkov - avatar
+ 4
Please don't start JS or python as the first programming language . You can start with Java or c++.
14th Aug 2025, 3:17 PM
MohammadRezaKamyab
MohammadRezaKamyab - avatar
+ 3
vuyo phakathi before deciding on a language let's start with what you want to achieve... Javascript is great for learning game design and development but it does take time to learn. Python leads to data science, data analysis/analytics, machine learning, robotics, ai, and other activities.
15th Aug 2025, 2:28 AM
BroFar
BroFar - avatar
+ 3
Victoria, Java is very different from JavaScript, Java is a compiler language like C and C# and It's nice for application building. JavaScript is a simple language that is built for web development and game designing
15th Aug 2025, 4:30 PM
Arash Amorzesh
+ 2
I agree with whatBob_Li says.
14th Aug 2025, 1:46 PM
Ushasi Bhattacharya
+ 2
Arash Amorzesh i don't know about java and javascript i haven't started yet now i'm learning python so i think its easy after python i thought to try java soo..
15th Aug 2025, 4:38 PM
Victoria
Victoria - avatar
+ 1
I recommend starting with JavaScript. It has a clear syntax. You can experiment with JS by creating dynamic websites. You don't need additional packages, graphics libraries, complex IDEs, or high-memory computers to work with JS. You can simply write your code in any text editor of your choice and run it in a regular browser. Python, on the other hand, is very difficult to understand, especially due to the spaces in its syntax and the need for additional packages. I started with JS myself, and I'm still learning it because it has endless possibilities. You can use JS and Electron to create small desktop programs.
14th Aug 2025, 12:13 PM
Mila
Mila - avatar
+ 1
None of them, they are both too easy and you will get into trouble for learning another, but if you should start with one of them, python has more futures
14th Aug 2025, 8:37 PM
Arash Amorzesh
+ 1
I think python is better choice to start journey. i also start from python .its easy . i hadn't tried java yet so i don't know which is better for beginner
15th Aug 2025, 3:18 PM
Victoria
Victoria - avatar