September 2022

QR code Python

Introduction A QR code is a barcode that can be read by a digital device such as a smartphone. QR codes are used to keep track of information such as websites or social profiles.If you are wondering if it is possible to generate a QR code using Python, the answer is yes and it is …

QR code Python Read More »

Python beautifulsoup

Introduction Beautifulsoup is a Python package that allows you to easily parse and extract data from HTML and XML files.With a few simple instructions it is possible to convert the analyzed file into a structure formed by Tags. Basically, every HTML or XML tag corresponds to a beautifulsoup Tag. The next sections will show you …

Python beautifulsoup Read More »