Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
'alr approved some time ago'
Ok, thanks! Approved ;-)
sorry i am late for approval this... again sorry.
Approved.
@Lycurgus
,Community Edition is free. It's been very helpful for me while learning Python. Having git and GitHub support built-in is great. Many great features for free.
I ended up paying for the Professional for better Flask and Django support for some personal projects and I'm still discovering new features all the time.
@Lycurgus
,No problem, just wanted to help. I use PyCharm so it gives me automatic PEP8 warnings and also spellcheck is built-in. It helps me seem a bit more diligent than I really am haha!
@Lycurgus
,There are a few issues with the Python translation.
chromosone -> chromosome
chromosome_check
notchromosoneCheck
@Lycurgus
,You have to solve the kata using at least one language
Then you can go up to the top of the kata and click the Languages dropdown menu and click
+ Add New
Then you click
Translate this kata
. Now, you have a kumite with all of the katas information (title, description, test cases, etc...)You then pick your language that you want to translate to (up top) and add the Solution, Solution Set-Up, Preloaded (optional), Examples Test Cases (optional but recommended) and Test Cases
After you add all that, you can click
Publish
and Codewars runs all of the tests against your solution code. If there are no failed tests, it will then be published.I just saw other people commenting with the link to the kumite/translation, so I started doing it too.
Then it is up to the katas author to approve it
I have only done a handful of translations so far so please excuse any mistakes in my description. That is roughly how it is done. For more info, check the Codewars docs:
https://www.codewars.com/docs/kata-creator
@Lycurgus
,I didn't see your Python translation in the list of translations so I wrote my own.
@danleavitt
,Here is the kumite link for my Python translation (works for both versions of Python, 2 & 3).