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 trialHossam Khalifa
17,200 PointsHow should a programmer learn a new language ?
How should a programmer learn a new language after having a solid foundation in programing concepts. For example I learned Ruby and I understand all or most of the concepts. How should I start leaning Python without beginning the treehouse course and start hearing what a variable is and so on. Should I take certain courses? Should I start reading? What should I do ? Thank You?
2 Answers
Shondra McCray
1,950 PointsJust start. Begin somewhere and adjust from there!
Rob B
11,677 PointsHossam,
Just start taking any of the courses. I have studied Jaca, C++, and C# in college, and JavaScript and Python from here. All of the concepts stay the same. The only real thing that changes, for the most part, is the syntax of the particular language. One program requires Capital letters on the first word for some command, while some languages don't use the semicolon as much. Personally, I am not too proud to go over the basics again and again. It's good practice to get those concepts more deeply instilled.