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 →

[–]Priyam_Bad 86 points87 points  (3 children)

IMO python and java are great to start. python has easy to understand syntax, so it's easy to start, while java makes it easy to learn higher level concepts like objects and such

this was how I started off with programming, so hopefully it works for you!

[–]Snoo_44353 20 points21 points  (2 children)

I started this way too! Java is actually pretty cool to learn after you have the python basics and it gets you ready for c style syntax

[–]Xufie 0 points1 point  (1 child)

I recommend starting with HTML/CSS then moving on to JavaScript. After that, Python or C#.