Lesson 3 Funny Python Email Slicer
An Email slicer is a very useful program for separating the username and domain name of an email address. In this Python project, I will explain how to write a program to create an Email Slicer with Python.
To create an email slicer with Python, our task is to write a program that can retrieve the username and the domain name of the email. For example, look at the image below which shows the domain and username of “[email protected]”:
So we need to divide the email into two strings using ‘@’ as the separator. Let’s see how to separate the email and domain name with Python:
Enter Your Email: [email protected]
Your user name is ‘info’ and your domain is ‘codingscientist.com’
The code above is very simple and easy to understand. We take user input and use the strip function at the same time to remove white space if any. Then we are finding the index of ‘@’ symbol of the user input. Then we store the index into a variable known as domain_name to split the email into two parts; the user name and the domain.
Finally, we are just formatting to print the output. The above code can be enhanced with more ideas depending on your needs. As a beginner, you must try these types of programs to improve your coding skills. In the long run, it will also help you build your algorithms and increase your ability to think logically.
Python Source Codes : https://github.com/AnbuKumar-maker/Funny-Python-Projects
Contact us for more projects: [email protected]
WhatsApp Support: +91-99725-77735
Learning Platform: https://www.codingscientist.com
Hackster Community: https://www.hackster.io/anbu-kumar
LinkedIn: https://www.linkedin.com/in/codingscientist/
Facebook: https://www.facebook.com/coding.scientist
Twitter: https://twitter.com/robo_thoughts
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Lesson 3 Funny Python Email Slicer», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.