↓ Skip to Main Content
Useful code Programming with VBA, C# and Python

Main Navigation

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About
Useful code Programming with VBA, C# and Python

Off Canvas Menu

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About

Tag: web site

Home › Posts tagged web site
Find all list (li) elements in a special position of a web site
Python

Find all list (li) elements in a special position of a web site

Vitosh Nov 7, 2019 Tagged with () elements, all list, find, special position, web site

So, my idea was to obtain all the elements, tagged with “li” from here – vitoshacademy.com/all, using BeautifulSoup4 and Python. Initially, I thought about running a simple soup.findAll(“li”) , but it also added the text from the menus, which were …

Find all list (li) elements in a special position of a web site Read more →

Scraping a web site up to the N-th level with Python
Python

Scraping a web site up to the N-th level with Python

Vitosh Nov 6, 2019 Tagged with beautiful soup, level, Python, Scraping, web site

Scraping data from a web site has always been a pleasure with Python. If you come from the VBA world, the BeautifulSoup4 is indeed beautiful! I have been scraping a web site with python before, but now as I have …

Scraping a web site up to the N-th level with Python Read more →

Copyright © 2026 VitoshAcademy