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

iOS

Chad Goldsworthy
Chad Goldsworthy
4,209 Points

Coding Practice Tasks

Wondering if there's a good website for getting some small tasks to practice using classes, structs, enums etc... somewhere that gives you some real world tasks as well as solutions to check after you've tried?

2 Answers

Caleb Kleveter
MOD
Caleb Kleveter
Treehouse Moderator 37,862 Points

You might be interested in CodinGame or CodeWars. The platforms basically have a lot of code challenges that are similar to the ones you do here on Treehouse. Some are easy, while others are much more difficult.

I don't know of any platforms that have 'real world' challenges, the ones I linked to above will still help you learn and expand your knowledge.

Chad Goldsworthy
Chad Goldsworthy
4,209 Points

Great, thanks so much! Slightly unrelated, but for anyone else looking, I also just found that if you download "the swift programming language" book by apple within iBooks, there are links to download the book within playground. It goes through all the different parts of swift within playground, allowing you to practice as you learn... an amazing tool to further develop your skills learnt in treehouse. Thanks for the links Caleb, I'm going to do some of the challenges now.