Python

How to extract text from a PDF document with Python

In this article, we will explore how to extract text from a PDF document using PyPDF2.

September 28, 2024
Python

Calculating the distance in kilometers between two geographic coordinates with Python

In this article, we will see how to use Python to calculate the distance between two geographic coordinates, expressed in kilometers.

September 21, 2024
Python

How to generate a version 4 UUID with Python

In this article, we will see how to generate a version 4 UUID with Python, which is one of the most commonly used versions.

August 24, 2024
Python

Python: how to implement Web Push Notifications in Flask

In this article, we will explore how to implement web push notifications using the Python Flask framework.

August 15, 2024
Python

How to generate VAPID keys with Python

In this guide, we will see how to generate VAPID keys using Python.

August 3, 2024
Python

How to use Python to analyze the performance of a website

In this article, we will explore how to use Python to collect detailed data on the performance of a website, including latency, availability, and other key metrics.

June 30, 2024