Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 9.04 KB

File metadata and controls

74 lines (56 loc) · 9.04 KB

My solutions to Codewars challenges - programmed in Python.

Python

badge


A word of warning

If you really want to learn Python and improve through the challenges, don't just copy my solutions. You won't learn anything that way! (Cheating and plagiarizing is not permitted on the Codewars website. Violators will face account suspension or ban.)


My solutions to some Codewars challenges, programmed in Python, might not be the most sophisticated, but at least mostly easy to read and understand. However, a few are implemented rather poorly, as I am still a beginner.

Current Python rank (since March 21, 2026): 5 kyu.


See also:


!! Security Notice !!

The code I released here into the public domain may appear in third-party projects. I do not maintain, endorse, or have any affiliation with such projects. Any malicious or deceptive use is unauthorized and should be reported to the hosting platform.


List of all challenges I solved in Python

  1. <4 kyu> Mouse Over (x,y) (Performance Version) - Solution: mouse_over_performance_version.py
  2. <4 kyu> Sum by Factors - Solution: sum_by_factors.py
  3. <5 kyu> Beeramid - Solution: beeramid.py
  4. <5 kyu> Snakes and Ladders - Solution: snakes_and_ladders.py
  5. <5 kyu> What's a Perfect Power anyway? - Solution: is_perfect_power.py
  6. <6 kyu> City walking tour - Solution: city_walking_tour.py
  7. <6 kyu> Convert string to camel case - Solution: convert_string_to_camel_case.py
  8. <6 kyu> Find the odd int - Solution: find_the_odd_int.py
  9. <6 kyu> Ho Ho Ho with Functions! - Solution: ho_ho_ho.py
  10. <6 kyu> HTML Complementary Color - Solution: html_complementary_color.py
  11. <6 kyu> Sudoku board validator - Solution: sudoku_board_validator.py
  12. <6 kyu> Validate Credit Card Number - Solution: validate_credit_card_number.py
  13. <7 kyu> 2D Vector Mapping - Solution: 2d_vector_mapping.py
  14. <7 kyu> 8 towers - Solution: eight_towers.py
  15. <7 kyu> Adaptive Security System - Solution: adaptive_security_system.py
  16. <7 kyu> Always perfect - Solution: always_perfect.py
  17. <7 kyu> Area of an arrow - Solution: area_of_an_arrow.py
  18. <7 kyu> Breaking chocolate problem - Solution: break_chocolate.py
  19. <7 kyu> Exes and Ohs - Solution: exes_and_ohs.py
  20. <7 kyu> Fridge Organizer: Priority Eating - Solution: fridge_organizer_priority_eating.py
  21. <7 kyu> Is Sator Square? - Solution: is_sator_square.py
  22. <7 kyu> KISS - Keep It Simple Stupid - Solution: keep_it_simple_stupid.py
  23. <7 kyu> List Filtering - Solution: list_filtering.py
  24. <7 kyu> Maximum Length Difference - Solution: maximum_length_difference.py
  25. <7 kyu> Minimum Perimeter of a Rectangle - Solution: minimum_perimeter_rectangle.py
  26. <7 kyu> Mouse Over (x,y) - Solution: mouse_over.py
  27. <7 kyu> Quicksum - Solution: quicksum.py
  28. <7 kyu> Reverse words - Solution: reverse_words.py
  29. <7 kyu> Simple remove duplicates - Solution: simple_remove_duplicates.py
  30. <7 kyu> Word values - Solution: word_values.py
  31. <8 kyu> Calculate BMI - Solution: calculate_bmi.py
  32. <8 kyu> Draw stairs - Solution: draw_stairs.py
  33. <8 kyu> Find the Slope - Solution: find_the_slope.py
  34. <8 kyu> Freudian translator - Solution: freudian_translator.py
  35. <8 kyu> Neutralisation - Solution: neutralisation.py
  36. <8 kyu> You only need one - Beginner - Solution: you_only_need_one.py