B
Nov 8, 2025Beyond lxml: Faster and More Pythonic Parsing with pygixml and selectolax
For almost two decades, lxml has been the go-to choice for parsing XML and HTML in Python. It’s fast,...
Nov 8, 20253 min read0 reactions0 comments
Tag archive
For almost two decades, lxml has been the go-to choice for parsing XML and HTML in Python. It’s fast,...
Introduction: This article shows some basic methods of the lxml.html object. ...
Cross posted from my blog Analyze the Data not the Drivel Lately, I’ve been refactoring a sprawling...
Ugh. Been having crazy trouble with getting started with Python for windows, all the way through...

In this post, you will learn how to use lxml and Python to scrape data from Steam. I will teach you the basics of XPath so that you can scrape data from any similar website easily. In the end, you will also learn how to generate a JSON output from your script. So what are you waiting for? Let's begin!