Python

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.

July 13, 2025
Python

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).

July 13, 2025
Python

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.

July 13, 2025
Python

Using Supabase in Python

In this guide, we will see how to use Supabase with Python to manage data in a database.

March 1, 2025
Python

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.

January 12, 2025
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.

December 28, 2024