#python
Read more stories on Hashnode
Articles with this tag
"Pointers" is a concept that most beginners consider it as rocket science. let's see what pointers are in c language. A pointer is a variable that...
What is uber? Uber is an independent taxicab company that hires drivers who use their personal vehicles while logged into the Uber app on a mobile...
Set is an in-built python data structure. You can store integers, floats, booleans, and strings in a set. Example of a set: store={2,True, 3.14 ,...
The source website I used here to pull data is IMDB. From top rated movies page. so here is a screenshot of the data that's available on the web and...