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 [...]
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 [...]
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 [...]
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 [...]
Step 1: Go To Python.org Navigate your browser of choice to python.org/downloads Step 2: Download the latest version of Python 3 The website will automatically detect your [...]