It cannot be stressed enough that you can only learn to code through practice. There are numerous coding sites, but Codewars is one of the best due to its huge community, good assignment descriptions and gamified progress support.
In this project we ask you to practice your coding skills on Codewars and get better!
- variables
- functions
- loops and conditionals
- iterables and sequences
- strings
- running tests
- online coding platforms
- Reach 7kyu in Python on the Codewars coding platform by solving katas.
- An account is created on the Codewars coding platform.
- There is a screenshot of the Codewars profile page (https://www.codewars.com/users/) in the project directory named
screenshot.jpg
- Checking the profile page shows that 7 (or less) kyu is reached in Python.
None
- Try to solve 8kyu katas first. You can start with this collection or use the search feature.
- You can train yourself by random katas by using the
Your next challenge...
box on your dashboard. If you want to try harder katas, chooseRank Up
, if you want to solidify your knowledge at a given level, choosePractice and Repeat
from the dropdown.
- None