Category Archives for "Python Projects"

What is Graphical Data?

Watch the video presentation: Unlike any other data, a graphical database stores relationships between different entities, but what is an entity, any object that can be linked to another object is an entity, for example, LinkedIn users on the LinkedIn database could be their entities. A relationship between these entities could be like “Friendship”, “Subscriber” […]

Small Python Projects: Build a News Dataset

One of the easiest projects that you can do in Python is creating a dataset by scraping a particular website In this project , we will use the PyGoogleNews library to extract Google News elements. We will optimize this this web scrapper to focus on a particular keyword, language and search engine location. Additionally, you […]