• This week's Password Verification Series

checkio

Good day CheckiO users!

Challenge yourself with our latest series of password verification missions:

The first mission is called "Acceptable Password I" where you have to create a password verification function with the length not bigger than 6.

is_acceptable_password('short') == False
is_acceptable_password('muchlonger') == True
  

The following 5 missions are called "Acceptable Password II" , "Acceptable Password III",  "Acceptable Password IV",  "Acceptable Password V", and  "Acceptable Password VI". Each of them going forward is slightly more complex than the previous one.

    Highlights from the world of Python:
  • Python for JavaScript Developers is an interesting guide with cool parallels between the languages and clear examples. It can be very useful to take a look, if you don't dislike other programming languages!
  • If you are a curious enough person, then you just have to know why does all() return True if the iterable is empty. It's a discussion sparked long ago and the explanation is fascinating.
  • Code metrics are a popular way to analyse the complexity of our software. But the easily-measured metrics can never give you the full story. See more about the most critical Python code metric.

The users who’ve made the TOP 3 this month are flpo, veky, and przemyslaw.daniel. You are doing great, guys! Keep on coding!

Welcome to CheckiO - games for coders where you can improve your codings skills.

The main idea behind these games is to give you the opportunity to learn by exchanging experience with the rest of the community. Every day we are trying to find interesting solutions for you to help you become a better coder.

Join the Game