Building an API from scratch is time consuming so I decided to create a template for more time building and less time configuring. Here's a run...
Stripe has a few way to get started, you can use stripe-hosted page, embedded form, or custom payment flow. I will be using the embedded form. While...
So when I first started flatiron school, I thought I would have time to write about my journey. However, that wasn't the case at all. I only had time...
If you google what serialization means, it's: the process of converting data into a format suitable for transmission and storage Before we dive...
One of the difficult concepts I had trouble understanding was the differences between both class and instance attributes and their methods, and how...
Here are a few common ways to add, delete, and edit a list in Python. Adding to Lists To add to the list of items you can use the .append() or...