I'm looking to improve my coding habits because I keep restarting my learning journey, which is really frustrating. I want to find a platform that offers a structured daily plan to help me stay consistent. I came across Codefinity, which has guided tracks with small lessons and daily goals, and I'm intrigued by the idea of it. They offer courses in Python and SQL, with everything running in the browser, which sounds convenient. However, I haven't tried it yet since they don't offer a free version, and I want to ensure it's worth the investment. Has anyone here used Codefinity, and did it help you stay on track with your coding lessons? Are there any better options for those of us struggling with motivation?
4 Answers
I really enjoyed Codefinity's SQL course! There was this one exercise where you had to sort data using the ORDER BY clause and filter it with WHERE. It was straightforward but super effective in making concepts click.
I’m working through that right now! I just completed the section on grouping with GROUP BY, and it even helped me with a report at work.
After using freeCodeCamp for a while, I noticed Codefinity lets you dive into practice without much reading. Like, my first lesson included typing out my_list = [1, 2, 3] in just a few minutes, and that really helped me remember things better.
I completed the beginner Python track on Codefinity, and honestly, it was more useful than I anticipated!
Was it easy to follow?
I found Codefinity to be way easier than I thought! I've tried other learning platforms before and ended up giving up, but this one kept me motivated. The lessons are short and manageable, which really gave me a sense of progress. I'm almost done with the full Python track!
Yeah, I remember that! I think they used a mock 'customers' table? It made it easy to relate to the material.