Résultats du sondage
Aucun vote. Soyez le premier à voter.
Participez au sondage, choisissez votre réponse.
Commencer par JavaScript est important, car cela vous montre les bases de la programmation orientée objet et comment un DOM peut interagir avec HTML pour modifier le frontal. Ce principe est nécessaire dans Django, cependant en utilisant Python, un grand nombre de principes clés sont laissés de côté. Apprendre comment les types fonctionnent et pourquoi les emplacements de données doivent être gérés par le programmeur est une compétence essentielle, mais facilement gérée par Python. Pour cette raison, je commencerais par Javascript pour comprendre comment modifier le frontal, et ensuite « migrer » ces compétences dans Django une fois que vous aurez appris les principes clés de la POO.
If your interests indeed lie in front-end development, JavaScript would be a better option for you since, well, it is the language of the front-end of the web, so to speak.
Django (which is a framework, not a language) would be something to learn in order to create a back-end. So, you could even combine the two, building some application powered by a Django back-end and a JavaScript(-heavy) front end.
I will disagree with Rishabh on this one, it\’s only when I started with JavaScript did I truly come to appreciate the design decisions that are made in any programming language.
JavaScript taught me a whole lot of semantic concepts. Be it the prototypal school of inheritance, or functional programming concepts like closures, functions as first class citizens, higher order functions.
Yes, JavaScript did have a bad reputation a while back, but let bygones be bygones. Investing sometime – emphasis on the fact that you need to invest time in learning the language, the design decisions and especially it\’s good parts will enrich your repertoire.
Today JavaScript is pervasive, node.js in the server, EcmaScript 5.1 in the browser, databases all were powered by this language. So, the investment is well worth the gains.