Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Cristian Castro
Courses Plus Student 12,666 PointsWhat should I study next? I studied HTML, CSS, JavaScript.
I am not sure what to study next. I've done HTML, CSS, JavaScript. A friend told me about PHP and Pyton but I have no idea what that is. Any recommendations?
1 Answer
Steven Parker
243,658 PointsHave you done ALL the HTML, CSS, and JavaScript courses? You can probably go deeper with any or all.
My top recommendation is JavaScript. It's not just for browsers anymore, it's becoming used more and more on the server side too, usually with Node.js. It has recently become the world's most popular programming language.
Jason Anders
Treehouse Moderator 145,863 PointsActually, JavaScript has climbed a bit this year to #7, but Java is still holding to its #1 spot for another year. :) Stats Here
Jason Anders
Treehouse Moderator 145,863 PointsJason Anders
Treehouse Moderator 145,863 PointsIt really depends on what your goals and likes are.
Myself, personally, I won't deal with Python (we really just don't get along). I see that you have done a bit of Java (Not JavaScript). I would stick with that for awhile, as this will give you a good insight into Object-Oriented-Programming. From there you could try PHP.
Like, I said, it really depends on what you want to do. If Web Design and Development is your end-goal. Really focus on HTML, CSS, JavaScript (become a master). If you want to move to the Backend... Like I said Java is great.