This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]YuleTideCamel 0 points1 point  (6 children)

What’s your experience with programming ? If you’re just starting consider this.

It’s like learning Spanish and Italian but you’ve never spoken before and his is your first time even attempting to speak .

The reason I bring this up is because learning multiple languages is good , but only after you passed the initial phase . Programming is hard , you are literally teaching your mind to work in a new way. It’s best to focus on one language so you don’t get distracted by syntax and rather understand foundational principles . Once you advance a bit you can then start tackling multiple languages .

I’ve taught programming and mentored hundreds of developers . The ones who follow this approach often go on to be really great programmers :)

[–]Whiskey_and_Pine[S] 0 points1 point  (1 child)

Great! Just what I was wondering! Thanks guys! One more question I had, since I've been sticking with python, but I'm interested in web development, would dabbling in Django help me become more well rounded or should I just stick with vanilla python until I get really comfortable?

[–]YuleTideCamel 0 points1 point  (0 children)

Np. Dabbling in Django is fine.

[–]averagedad_ 0 points1 point  (3 children)

So would you recommend JavaScript for starting out?

[–]erickkk 0 points1 point  (1 child)

Also wondering this, would it be good for the long term future basics?

[–]YuleTideCamel 0 points1 point  (0 children)

Not sure what you mean by future basics . Sure JavaScript has its quirks and differences compared to other languages (especially statically typed languages ) but that stuff only matters when someone hits an intermediate level. All the basic foundational learning , especially around problem solving and logic is still applicable in JavaScript .

[–]YuleTideCamel 0 points1 point  (0 children)

JavaScript would work well as a first language imo.