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

Rojan Gurung
Rojan Gurung
904 Points

Why are there not enough problems to practice after learning a lesson?

For example, I recently finished my very first python basics. i wanted to make sure that i remember most of it and i wanted to practice problems related to what i have recently learned. But unfortunately, there is no page available in tree house where you can practice problems. I just don't want to keep watching videos without developing good sense of basics.

3 Answers

Mark Sebeck
MOD
Mark Sebeck
Treehouse Moderator 37,329 Points

Great advice Steven. You can also try building your own projects Rojan. I find that the best way to remember new skills I have just learned is to try to build something myself. Sometime in the teachers notes they will have ideas to try. And the best thing is then you start building a portfolio of things you can show potential employers. You can use GitHub to showcase your projects.

Steven Parker
Steven Parker
229,608 Points

There are a number of websites that specialize in programming challenges. One that I've used is Codewars, but there are many others you can find with a quick search.

Rojan Gurung
Rojan Gurung
904 Points

Thank you Steven Parker and Mark Sebeck for your answers.