top of page
D A T A I N S I G H T
Knowledge for Insight from Data
HOMEPAGE
PROGRAM
BLOG
.
More
Use tab to navigate through the menu items.
Log In | Sign Up
FOLLOW US
Profile
About
0
Like Received
0
Comment Received
0
Best Answer
Overview
First Name
WILSON EMMANUEL
Last Name
WAHA LINDJECK
Posts
Sep 24, 2022
Python code To check an Email This function is use to checks an email for the @ symbol
def email_verifier(email): arobase_symbol = '@' if arobase_symbol in email: print("The email address is correct") else: print("Please...
Aug 21, 2022
Python for Data science
python is a programming language created by Guido Van Rossum. It is part of the family of interpreted languages, it is very easy to...
May 13, 2022
Pandas Techniques for Data Manipulation in Python
Pandas is a great library for data Manipulation, it offers many tools to analyse data. Pandas is made up by numpy and matplotlib, so it...
May 6, 2022
Map function
A simple way to apply a function to each element of an iterator is using the map function. It replaces the for loop which uses a lot of...
May 6, 2022
Classes in python
A mold is an object that always produces elements of the same shape. In the same way a class is a container which allows to create...
May 6, 2022
Blood sugar monitor
Glucose shows your blood sugar level. It is important to know your blood sugar level to prevent possible complications. There are several...
May 6, 2022
Password generator from first names
Since the creation of the Internet, people have accessed sites, created accounts requiring passwords. some people have difficulty...
Wilson Waha
Writer
0
Followers
0
Following
Follow
Following icon
Message
More actions
Profile
Blog Posts
Blog Comments
Blog Likes
Forum Posts
Forum Comments
Files
bottom of page