• 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
Zaros Avatar
Name:Shane Elder
Clan:Rhodes College
Skills:python, c++, bash, and r
Member Since:Oct 2017
Last Seen:Sep 2021
Profiles:
Following:7
Followers:5
Allies:5
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (112)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • zerowaymen
    • commented on "Quarter of the year" python solution
    • 4 months ago

    First i tried dividing by 4 to see what it would give me, then i realized that i could round up if i divided by 3.

  • Custom User Avatar
    • Sadismus
    • commented on "Pi Estimate with Monte Carlo Algorithm" kumite
    • 7 months ago

    Thank you for reply + couple of keywords) Im trying to find purpose for "kumite" thing thus bothering people around.. that the spirit, i guess
    gotta have some fun with llvm intermediates x)

  • Custom User Avatar
    • eurydice5717
    • commented on "Pi Estimate with Monte Carlo Algorithm" kumite
    • 7 months ago

    Of course !!

    I was not running for perf...
    Use of a rand instead of a mersenne twister, etc.. and even the use of std:experimental::simd etc...

    Note on your note: any modern compiler will unroll the loop, and... turn i++ into ++i.. 😀

  • Custom User Avatar
    • HoneyBesuClair
    • commented on "Quarter of the year" python solution
    • 11 months ago

    didnt even think about this.

  • Custom User Avatar
    • Fireboy086
    • commented on "Sort the Gift Code" python solution
    • 11 months ago

    I didn't know until now that you can directly join stuff to a string without introducing a variable. you learn something every day ig.

  • Custom User Avatar
    • _Orayn
    • commented on "Vowel Count" cpp solution
    • 12 months ago

    Hello, nice solution but you don't need to add tolower.

    "The input string will only consist of lower case letters and/or spaces."

  • Custom User Avatar
    • ikdan
    • commented on "Shift Left" python solution
    • 14 months ago

    Clearest solution to understand out of all voted for Best Practices. I like this approach the most

  • Custom User Avatar
    • paullux21
    • commented on "Opposite number" shell solution
    • 14 months ago

    Why do you need curly brackets?

  • Custom User Avatar
    • JohnnyDiabetes
    • commented on "Add Length" python solution
    • 14 months ago

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

  • Custom User Avatar
    • romankrv85
    • commented on "Sort the Gift Code" python solution
    • 2 years ago

    Best practice for pythonist.

  • Custom User Avatar
    • falk0r
    • commented on "Disemvowel Trolls" cpp solution
    • 2 years ago

    I needed to add:

    #include <algorithm>

    to get this to compile.

    I used the following compilation command:

    g++ --std=c++17 -o a.out a.cpp

    on ChromeOS virtualized Linux environment:

    penguin 5.15.117-19679-g172023e664f7

  • Custom User Avatar
    • Bochs
    • commented on "V A P O R C O D E" python solution
    • 2 years ago

    This was a genius way to solve this problem. Kudos to you.

  • Custom User Avatar
    • KrisLooker
    • commented on "Quarter of the year" python solution
    • 2 years ago

    Clever but if you were to pass this code onto someone else or include it in a larger script it would be diffcult to understand at first.

  • Custom User Avatar
    • cuadchris
    • commented on "Spacify" python solution
    • 2 years ago

    lmao, right? Always something.

  • Custom User Avatar
    • nicksttar
    • commented on "Quarter of the year" python solution
    • 2 years ago

    good job dude

  • Loading more items...
  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...