Python

Concurrent HTTP requests in Python

In this article, we will explore some of the most common libraries for making concurrent HTTP requests in Python: asyncio and requests.

October 21, 2023
Python

Python: using Faker for testing REST APIs

In this article, we'll explore how to use the Faker module to generate random, realistic data for testing your REST APIs.

September 17, 2023
Python

Python: how to get the pronunciation of a word

In this article we're going to see how tot get the pronunciation of an English word with Python.

July 12, 2023
Python

Python: how to convert an HTML page to PDF

In this article, we will explore a step-by-step approach to converting an HTML page to PDF using Python.

July 9, 2023
Python

Python: how to check if an FTP server is online

In this article we will see how to check if an FTP server is online with Python.

June 9, 2023
Python

Python: how to use bcrypt for encrypting passwords

bcrypt is a widely used password hashing library in Python to ensure the security of user passwords.

May 27, 2023