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 Python Basics Types and Branching String Methods

Is there multiple practice options after each lesson where we can work on different variations besides multiple choice?

I would just like to spend more time on learning this way. I feel I get through multiple choice too quick and eventually realize I need more practice on previous lessons. Any suggestions would be appreciated.

3 Answers

Another option is to check for relevant practice exercises in the Treehouse Library.

Here’s a link to the Python Practice modules — I used the filter drop-downs to select Type: Practice and Topic: Python.

Scott Bailey
Scott Bailey
13,190 Points

I agree with you on the multiple choice questions, they don't really solidify the ideas that much in my head.

One thing I found that helped, as well as doing what Janko Bauer reccomends, is to answer questions asked on the community page. Select python and go through any questions people ask - even if they have already been answered, try and come up with your own ideas on how to solve peoples problems.

You'll quickly solidify any concepts and usually learn some new and better methods to go about the problems.

I hope this is something that would be able to help you out.

Hi,

Yes I have a similar felling. What I do is build small projects in a text editor that include the material from the lesson. Or try to incorporate as much as possible. Yet, there is not allot of additional practice material that I could find.

Happy coding