+ 10
Should i learn javascript?
I want to develop website using python(django). Shoul i learn javascript for this?
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.
+ 7
https://www.sololearn.com/discuss/1834305/?ref=app
https://www.sololearn.com/discuss/891569/?ref=app
https://www.sololearn.com/discuss/1004833/?ref=app
https://www.sololearn.com/discuss/15014/?ref=app
https://www.sololearn.com/discuss/480670/?ref=app
https://www.sololearn.com/discuss/1612328/?ref=app
+ 6
If u have strong knowledge of python, javascript won't be a problem. I suggest u learn about javascript
+ 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.
+ 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.
+ 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
+ 2
Yes, java script is a beneficial language because it helps in web development as well as stacking and in much things_!!
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