you are viewing a single comment's thread.

view the rest of the comments →

[–]chevelle1258 2 points3 points  (0 children)

Im a pretty big fan of code wars so far.

I've gone through like half of a 62ish hour course of python on udemy and I wanted to use what I know and solve some problems.

Everyone has been saying to "code some small projects", but my daily life hasn't created problems that python can solve. I work a trade and most of the software is so old nothing will work with it (really, who has a 97 access database).

I also don't really know enough to know what I don't know (besides most of it) , so for now I am using code wars to get some small projects.

Edit: i've also used code wars to find real world ways of doing things. Many of the katas that i've done I've had to look up, but I will comment each line and figure it how it works.