Tag / python

    Loading posts...
  • Web scraping using Beautiful Soup & Python: Wikipedia (II)

    After executing my first test about how to use BeautifulSoup, the next step is trying to answer a question using information from different pages from Wikipedia, to check how easy it could solve a common issue. . Some questions that could be answered Are the inhabitants of the happiest cities in the world living in…

  • Web scraping using Beautiful Soup & Python: Wikipedia (I)

    While the presence of a challenging task creates chaos, the most straightforward approach to solve a problem is usually to make our best effort, as the well-known quotes say: the world belongs to those who dare to dream. So, I am here trying to understand without almost no time, how to use BeautifulSoup (and Python)…