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 am really frustrated , most of challenges in python I have solved with help , I totally new to code , what the hell !

I am really frustrated , most of challenges in python I have solved with help , I totally new to code , what the hell !

Tom Finet
Tom Finet
7,027 Points

When I first started coding with treehouse, I also felt like you. The instructors do not explain all aspects of the code and expect you too retain everything. But stick with it. One of the most important aspects of programming is being able to research by yourself and learn independently. If you don't understand something just check the python docs, read blog posts or watch video tutorials. I know it sucks, but honestly wherever you learn, the start is always tough. Don't worry you will get the hang of it; just keep trying.

1 Answer

Josh Keenan
Josh Keenan
19,652 Points

Don't worry, starting something new is never easy so it will get better with time.

I'd advise doing what the teacher does when watching a video for the first time, then afterwards watch the video again to understand what you have just done, then try to make something reusing what you have learnt.

If you get stuck on a quiz or challenge go back the last 2 videos and then watch them again and you'll find the answer to the question.

Also I'd advise watching every video 3 times. Why 3? Once to copy, once to watch/learn what's going on, and finally to take notes on what the teacher has done.

Good luck!