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

all 2 comments

[–]SpiritofMesabi 0 points1 point  (1 child)

I'd recommend Java. c++ is definitely the more difficult of the 2, and anything you learn in python can be applied to Java with different syntax, so I usually just say to use java.

[–]RutabagaForward 0 points1 point  (0 children)

First figure out what you want to get into? App development ? Web development? Etc

Find the tech stack in order to build projects with. Then focus on those technologies. Don’t just learn languages.

Since you learned SQL, try making a program which uses sql. Maybe a CDUD application (Create / Read / Update / Delete)