Building a Password Validator | Getpass | String | Python 30 | Day 5 | Python Projects

preview_player
Показать описание
On Day 5 of the #Python30 course, we are going to build a Password validator using some concepts you might not be aware of. For example, Instead of using the input function to prompt the user to enter a password, we can use the get pass library, which does pretty much the same thing, except the input is not echoed to the console like with the input method. We can also use the punctuation method in the string library to get all special characters without having to hard code them.

Once you are done with the video, make sure to check out the GitHub repo for solving the additional questions associated with Password Validators. This will really help you master the concepts and build confidence in this topic.

#Python30 Github Repository :-

For more description on the #Python30 course, check out the above Github Repository.

Check out my website -

Join me on Instagram -

Check out my facebook page -

Check out my twitter handle -
Рекомендации по теме
Комментарии
Автор

I love your explanation if there was
A platform of liking more than once on YouTube, i would have given you ten likes for the good work that you are delivering.

kendrickbusyhome
Автор

Thanks for making this. I was struggling with a CSC 110 intro to python assignment that is essentially this challenge and this helped unblock me and I think I can use this method to complete my assignment!

Ferociouskittens
Автор

very good explanation bro.don't stop doing tutorials

gnsc
Автор

Hi i know it a bit late, but can you explain the code in Line 15 because im not a one liner. If its possible, can you type the non-one line code in Line 15 so i can understand whats happening in that line of code. Thankyou

miroasuncion
Автор

thanks its very usefull and explanation its good and complete

mohammadhassan
Автор

at 2:44 the code at the top, when i type in this code it is not letting me run it
it says getpass is not yet implemented
how can i fix this?

jude
Автор

What if you want to it to be that your password requires 2 of a character type?

topoftech
Автор

How can you use a while loop with your function so it calls itself back

seanjohnbull
Автор

Hello sir,
can you please give access to remaining video of #python30.

vijayalakshmib
Автор

Hey, can you provide answers of sample questions of Goldmine Sachs 2019 ?

nileshpatel