Email validator using Python
In this course, you will create a fully working email validator program that takes input email from the user and outputs whether it's valid email or not!
Syllabus
3 chapters8 lessons2 projectsIntroduction
1 lesson- 01Introduction
The Validator
Project4 lessons- 01@ symbol
- 02Recipient name
- 03Domain name
- 04Top-level domain
The Program
Project3 lessons- 01Call validate
- 02Last additions
- 03Final words
More like this
File Handling in Python
In this course you will learn everything about file handling in Python, from create, read and write to append and delete.
- 12
Register Login System Project
In the course, you will create a basic authorization system to create and manage users.
- 8
- 2
Quiz Generator - Python OOP Project
In this course you will create fully working Quiz Generator with python using object oriented programming skills. Happy Coding!
- 11
- 3
Dictionary in Python
Explore the dynamic world of Python dictionaries, from fundamental concepts to advanced applications, and enhance your Python programming skills with hands-on exercises.
- 14
Python Lambda Functions
In this course you will learn about lambda functions in Python, also known as anonymous functions in other languages, after this course you will be able to master this topic!
- 9