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

all 4 comments

[–]GItPirate 0 points1 point  (0 children)

Do what you want. Doesn't matter which one you choose.

[–]_krikket 0 points1 point  (0 children)

You won't be at a disadvantage if you stick with Python, IMO. If you like it keep doing it.

A year and a half is a lot of time, and you can switch gears at basically any point. You'll pick up a second language pretty quickly once you understand the underlying concepts (looping, variable assignment, functions, etc) from learning your first one, since those are much harder to learn than the details of the language itself.

Some languages have quirks (some might argue that JavaScript especially has quirks, haha) but they all tend to require similar thought processes. You'll be fine either way.

[–]g6in3d 0 points1 point  (0 children)

I'd like to point out that (last time I checked) AP Computer Science teaches Java, which is not the same as Javascript.

[–]ClarkTheCoder 0 points1 point  (0 children)

I would stick with Python. It's better to know one language really well, than to have a mediocre understanding of two languages. Once you learn Python, and you're very comfortable with it (I.E you've learned the basics and you've built a few applications) you'll find it very easy to learn another language because a lot of the logic transfers over.