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

Peter Connor
3,166 PointsAre there any interactive Swift coding challenges like codechef or codewars?
If not, should I just do the Project Euler problems in swift?

Peter Connor
3,166 PointsThanks, Keenan. You're the man!
Keenan Turner
6,270 PointsKeenan Turner
6,270 PointsHey Peter,
I've been asking myself, and trying to solve this question as well. So if others have some cool stuff they want to share I'd like to see.
But what I've found to be helpful are:
Udacity's Swift Syntax class as being a good intermediate reminder of the swift language as well their quizzes are quite long and challenging. https://classroom.udacity.com/me & it's free.
We Heart Swift - has some great code challenges that I believe are standard across all the languages, but they're geared toward swift. https://www.weheartswift.com/variables-constants-basic-operations/
I have rarely found interactive challenges like codeacademy, etc, but am keeping an eye out.
-Keenan