A simple way to add curly bracket in Python string

I was doing this Stripe payment API integration. One of the problem I faced during the development is to pass the {CHECKOUT_SESSION_ID} in the string with curly bracket . Read more

Similar

Building a Key-value database in Python

Introduction In this tutorial, we’ll walk through building a key-value database in python. The design is based entirely off of the bitcask project, with a few simplifications. The database will support 3 operations: PUT GET DELETE Here’s a sneak peek of... (more…)

Read more »