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

General Discussion

Hossam Khalifa
Hossam Khalifa
17,200 Points

How 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?

1 Answer

Ricky Catron
Ricky Catron
13,023 Points

I would recommend Treehouses Python courses even if you know how to program. The trick is you still need to learn about variables and loops and classes again just this time it won't be as hard. This is because every language handles these things differently. In say Java you need to give variables a type, in python they are dynamic. In Java a for loop is different then a for loop in python (which is technically closer to a foreach loop like php has). If you know the concept just watch the video faster or loop up parts and skip what you know. It never hurts to review a little anyway.

--Ricky