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

Python

I'm in the Python track (now at OOP). I can't answer all the code challenges by myself, is that normal at this stage?

I research the answer for nearly all the code challenges. I can understand the content when our good friend Ken Love explains them, but struggle to execute them on my own. What can I do differently to really understand and execute? How long until I'm proficient in Python? Any feedback help! Thanks!

1 Answer

If you can't answer all the questions by yourself you can always go back to the video explaining what you need to accomplish and take some notes using pen and paper or if you want to do it on the computer itself you can use notepad. This is a good way to start remembering things, but don't make the notes too long. Example(tip referring to C#): A "string" is a variable type that stores text.

Do somthing short like that

Ok I'll start doing that. Thanks for the suggestion Chris.