DEV Community

Discussion on: How to Answer — “What Programming Language Should I Learn First?”

Collapse
 
gilblinov profile image
Gil Blinov

I'm a big fan of Python as a learning language.

Learning proper indentation, structure and feel is more important at this point.
The fact that at its basic it's also easy to read is a big plus.

I'd stay away from JS in the first few months due to all its quirks like the strict equality operation.

I learned to code in Pascal though. So this might be bias.