1-minute coding tutorial series: how to validate an email in Python with the help of a regular expression.
The regex I used in the video: r'[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}'. This video is for demonstrational purposes, there for better ways to validate emailaddresses please check:
• Email Validation With Python
If you want to improve your coding skills and can spare 60 seconds a day to learn something new, then make sure to subscribe, as I publish a new tutorial every day!
If you prefer written tutorials, check out my blog at https://codebungalow.com
If you can afford it and you wish to support my work, so that I can keep creating these videos consider becoming a patron or buying me a coffee:
https://www.buymeacoffee.com/jcsongor
/ pythonin1minute
#shorts #python #coding #tutorial #howto