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

Swift

Swift: Practice Exercises

Hello:

I would like to practice what I learned in Beginner and Intermediate courses. Can someone recommend a book or website where I can practice what I learned to cement the newly acquired skills?

2 Answers

Michael Hulet
Michael Hulet
47,912 Points

Honestly, there's nothing like building stuff when it comes to learning new things. If you're already along to building apps, I'd start a new one to some some basic problem you face, like a tip calculator for example. Alternatively, you could do the same thing in a new playground if you wanna focus on how to use the language itself. The point is that the best thing you can do rn is start a new project and build it and solve the challenges you face along the way

Thank you, Michael.