• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
Detrich Avatar
Name:Detrich Schilling
Clan:Kenzie Academy
Member Since:Aug 2019
Last Seen:Dec 2023
Profiles:
Following:2,712
Followers:2,705
Allies:2,707
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (7)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • TM0153
    • commented on "Break camelCase" python solution
    • 3 months ago

    Adding to a string is a slow and inefficient operation because strings are immutable in python. It's a readable solution, yes, but scale this up far enough and operation time is going to be high. It's far more efficient to create a list of strings and join them.

  • Custom User Avatar
    • omnifuneral
    • commented on "Break camelCase" python solution
    • 3 months ago

    most readable, least overwrought... the folks who don't like this are clutching pearls imo. good work.

  • Custom User Avatar
    • rvs-ie
    • commented on "Break camelCase" python solution
    • 7 months ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • __BigBack__
    • commented on "Break camelCase" python solution
    • 8 months ago

    this is good

  • Custom User Avatar
    • JesusIsComingBack
    • commented on "Break camelCase" python solution
    • 10 months ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • calltheriot
    • commented on "Break camelCase" python solution
    • 2 years ago

    love that you are using camel case lol

  • Custom User Avatar
    • sbarnard
    • commented on "Break camelCase" python solution
    • 5 years ago

    smart to just add the letter tather than putting it in an else statement!

  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...