Should i learn javascript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Should i learn javascript?

I want to develop website using python(django). Shoul i learn javascript for this?

3rd Jul 2020, 11:21 AM
Ella
Ella - avatar
8 Answers
+ 9
See, no matter what backend language or framework (ex. php, node or django) you use, you will always be in advantage with JavaScript knowledge.
3rd Jul 2020, 11:54 AM
Raj Chhatrala
Raj Chhatrala - avatar
+ 6
If u have strong knowledge of python, javascript won't be a problem. I suggest u learn about javascript
3rd Jul 2020, 11:30 AM
Precious Brohie
Precious Brohie - avatar
+ 5
To handle frontend web, you can't run away from JavaScript, because all browser engines only recognize JavaScript, they don't know python, java, c#, vbscript ...... If you really not willing to learn JavaScript, then you should learn TypeScript.
3rd Jul 2020, 1:44 PM
Calviղ
Calviղ - avatar
+ 4
JavaScript will be easier and more direct for you to code front-end. With django, you'll be able to sort out the back-end. So I'd suggest you to learn JS as it is the basic web scripting technology.
3rd Jul 2020, 12:57 PM
SSki11
SSki11 - avatar
+ 2
Since JavaScript is the default scripting language on HTML5 I would highly recommend learning it, and it is a extremely easy language to learn so that is a yes from me
3rd Jul 2020, 1:27 PM
Duncan Huisamen
Duncan Huisamen - avatar
+ 2
Yes, java script is a beneficial language because it helps in web development as well as stacking and in much things_!!
4th Jul 2020, 5:33 PM
Abdul Rehman
Abdul Rehman - avatar
0
hello Ella, Starting with javascript is important, it shows you the basics of object oriented programming and how a DOM can interact with HTML to edit the frontend. This principle is necessary in Django, however by using python, there is a large amount of key principles left out. Learning how types operate and why data locations should be managed by the programmer is an essential skill, but easily managed by python, for this reason, I would start with Javascript to understand how to change the front end, and then “migrate” these skills into Django only once you have learned the key OOP principles If you are already working, Django can be a good choice, but the issue is that we have less opening for only back-end developers. I would suggest honing your JS/jQuery skills before moving on to python/Django. That way, you don't have to worry as much about syntax and can focus more on the conceptual side of things. I hope this will help to you
21st Jul 2020, 6:27 AM
Ishan Shah
Ishan Shah - avatar