Secure JWT Auth in Python with RSA Keys

Secure JWT Auth in Python with RSA Keys

User Icon  •  Calendar Icon

Learn how to generate RSA keys, sign JWTs with a private key, and verify them using a public key in Python for secure authentication.

Reading and Updating Excel Files in Python Using Pandas

Reading and Updating Excel Files in Python Using Pandas

User Icon  •  Calendar Icon

Learn how to read and update Excel files in Python using pandas, automating data tasks efficiently with simple, powerful functions.

How to Manage AWS S3 Buckets and Objects with Python

How to Manage AWS S3 Buckets and Objects with Python

User Icon  •  Calendar Icon

This post explains different ways to work with AWS S3 using Python, such as, cretae bucket, set and get bucket policy, upload and download file etc.

Implementation of HTTP Methods in Python: A Quick Guide

Implementation of HTTP Methods in Python: A Quick Guide

User Icon  •  Calendar Icon

In this post, I'll go through an implementation of HTTP methods in Python, that includes GET, POST, PATCH, PUT, DELETE. As HTTP requests are asynchronous in nature, I will also…

How to read Binance Smart Chain wallet transactions in Python

How to read Binance Smart Chain wallet transactions in Python

User Icon  •  Calendar Icon

In this document I will explain how to read Binance Smart Chain wallet transactions using BSCScan APIs in Python.