Hamza kchok
12 min read
TMDB-5000 movies dataset, let's go through an EDA together
So, I bet everyone loves movies and we love the hype while waiting for a hot release (I'm projecting my current state!). Throughout this...
Omar Mohamed
7 min read
Web Crawling using BeautifulSoup
Hello everyone, hope that you're having a great time. Today we are going to talk about a very interesting yet crucial topic, that is Web...
Rashidat Sikiru
5 min read
Understanding Python Tuples
Tuples are a core data structure in Python. They let you store an ordered sequence of items. For example, a tuple may be used to store a...