How to Create a Simple Blockchain in Python
In this article, we will explore how to build a simple blockchain using Python, step by step.
Convert Dates from Excel Format to Standard with Python
Excel files store dates as serial numbers, representing the number of days since January 1, 1900 (Windows system) or January 1, 1904 (Mac system).
Implementing a Basic ORM for PostgreSQL in Python
In this article, we’ll see how to create a simple ORM from scratch for PostgreSQL in Python.
Using Supabase in Python
In this guide, we will see how to use Supabase with Python to manage data in a database.
How to use PostgreSQL in Docker with Docker Compose and Python
In this article, we will explore how to configure and use PostgreSQL in a Docker container and interact with it using Python.
How to send an email with Python
Sending emails with Python is a common task, especially for applications that require notifications, automatic reports, or confirmations.