Solutions For Codewars Problems Using Python 2.7 - GitHub
Maybe your like
- Notifications You must be signed in to change notification settings
- Fork 15
- Star 31
- Code
- Issues 0
- Pull requests 0
- Actions
- Projects
- Wiki
- Security 0
- Insights
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory1,527 Commits | ||||
| katas | katas | |||
| tests | tests | |||
| .travis.yml | .travis.yml | |||
| LICENCE | LICENCE | |||
| README.md | README.md | |||
| View all files | ||||
Repository files navigation
- README
- MIT license
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
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 │ MasterRepo 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_testsFor each completed kata, there is a corresponding unittest file.
├── katas │ ├── kyu_8 │ │ ├── add_length.py └── tests ├── kyu_8_tests │ ├── test_add_length.pyAbout
Solutions for Codewars problems using Python 2.7
Resources
ReadmeLicense
MIT licenseUh oh!
There was an error while loading. Please reload this page.
ActivityStars
31 starsWatchers
3 watchingForks
15 forks Report repositoryReleases
No releases publishedPackages 0
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%
Tag » Codewars-7 Kyu Solutions Python
-
CodeWars-7-kata - GitHub
-
Solutions To Codewars Kata: 7 Kyu - Pythonatrix
-
GitHub - GitHub
-
Codewars-javascript · GitHub Topics
-
Training On MakeBackronym | Codewar Solution | 7 Kyu - YouTube
-
7 Kyu - Codewars
-
Codewars · GitHub Topics
-
#20 - Sort Numbers CodeWars Kata (7 Kyu) - DEV Community
-
Codewars-solutions Github
-
Is Codewars For Beginners? - Quora
-
How To Solve A 1 Kyu Kata On Codewars (or Any Difficult ... - Medium
-
Sans Titre
-
Yeah You Need To Be At Least Within 1 Rank To Unlock Solutions - Gitter
-
Codewars - 7 Kyu - Get The Middle Character - Replit