Quickstart | Setting Up a WordPress Website

Step 1: Create a Droplet on Digital Ocean Start by logging in to your Digital Ocean account and creating a Droplet for your WordPress site. Go to Digital Ocean and log in to your account. Click “Create” > “Droplets.” Select the “WordPress on Ubuntu” image from the Marketplace. Choose your desired plan and region (see […]
Quickstart | Using Spyder Python for Easy Python Scripting

I use Spyder Python to quickly create and debug python scripts for automation. There are a few things I like about Spyder as an IDE: 1. Allows you to debug and set variables as you code. 2. Works well with Dataframes which I often use when using spreadsheets for data processing. 3. It’s free and […]