Solutions For Codewars Problems Using Python 2.7 - GitHub

Skip to content Dismiss alert {{ message }} / CodeWars Public
  • Notifications You must be signed in to change notification settings
  • Fork 15
  • Star 31
  • Code
  • Issues
  • Pull requests
  • Actions
  • Projects
  • Wiki
  • Security
  • Insights
Additional navigation options  masterBranchesTagsGo to fileCode

Folders and files

NameNameLast commit messageLast commit date

Latest commit

 

History

1,527 Commits
kataskatas  
teststests  
.travis.yml.travis.yml  
LICENCELICENCE  
README.mdREADME.md  
View all files

Repository files navigation

  • README
  • MIT license

Build Status Coverage Status Python Version

Codewars - Python Solutions

My solutions for Codewars problems are written using Python 2.7 and unittests are run using pytest.

  • Codewars supports Python 2.7.6 and Python 3.4.3.
  • Since Python 3 support is relatively new to Codewars, a lot of the Python katas are only available for Python 2.

Profile

Codewars Rank

I am currently ranked 2 kyu with 1000+ katas solved.

Ranking

8 - 7 kyu │ Beginner 6 - 5 kyu │ Novice 4 - 3 kyu │ Competent 2 - 1 kyu │ Proficient 1 - 5 dan │ Expert 5 - 8 dan │ Master

Repo Structure

There are two main directories in this repository, katas and tests.

├── katas │   ├── beta │   ├── incomplete │   ├── kyu_3 │   ├── kyu_4 │   ├── kyu_5 │   ├── kyu_6 │   ├── kyu_7 │   ├── kyu_8 │   └── retired └── tests ├── beta_tests ├── kyu_3_tests ├── kyu_4_tests ├── kyu_5_tests ├── kyu_6_tests ├── kyu_7_tests ├── kyu_8_tests └── retired_tests

For each completed kata, there is a corresponding unittest file.

├── katas │   ├── kyu_8 │   │   ├── add_length.py └── tests ├── kyu_8_tests │   ├── test_add_length.py

About

Solutions for Codewars problems using Python 2.7

Resources

Readme

License

MIT license

Uh oh!

There was an error while loading. Please reload this page.

Activity

Stars

31 stars

Watchers

3 watching

Forks

15 forks Report repository

Releases

No releases published

Packages

Uh oh!

There was an error while loading. Please reload this page.

Contributors

Uh oh!

There was an error while loading. Please reload this page.

Languages

  • Python 100.0%
You can’t perform that action at this time.

Tag » Codewars-7 Kyu Solutions Python