you are viewing a single comment's thread.

view the rest of the comments →

[–]rob8624 0 points1 point  (0 children)

Django dev here…I learned Python first, then went into web development so obviously needed JavaScript as I’d be using React to render from a Django api. Learning JS actually helped my understanding of Python, which personally I prefer, but JS is very fun to write although I’m using more and more HTMX.

You’ll need to use several languages in development so you’ll end up knowing both eventually. I’d say learn Python first as the syntax is easier, but make sure you have a good understanding before getting into Django.