Creating an Azure SQL Server Instance

This post details the steps I took to create a new SQL Server instance on Azure and connect to it in Visual Studio. It was a very simple process and beats the heck out of installing a instance of SQL [...]

By |2024-01-17T03:49:07+00:00January 17th, 2024|Uncategorized|Comments Off on Creating an Azure SQL Server Instance

Accepting User Input in Python

Last night, I created a small python script that iterated over a list of files in a directory and removed a hard-coded set of strings from the beginning and end of the filenames. Today I want to add a few [...]

By |2020-01-16T05:55:07+00:00January 16th, 2020|Uncategorized|Comments Off on Accepting User Input in Python

Modifying Filenames in a Directory with Python

I found myself having to edit the filenames of several video files. Each video filename had the same leading and ending text that I wanted to remove. This seemed like a good candidate for my first DIY Python script. For [...]

By |2020-01-15T04:49:25+00:00January 15th, 2020|Uncategorized|Comments Off on Modifying Filenames in a Directory with Python
Go to Top