Skip to main content

Command Palette

Search for a command to run...

Script creation process

[script]

Published
1 min read

I plan on writing about my process of creating scripts. I think sharing my experience and decisions made during the process could be helpful to many programmers. I shall add the subtitle [script] to signal these types of blog posts.

Many times for work I create scripts or programs that do amazing things but do not get published. Many programming paradigms and problem-solving techniques can be showcased for others to learn from and discuss. We shall see what comes of these future blog posts, I think they will be beneficial.

The first script I will document is a Python script that will be used to update all users of an online system. I will dive into the reasoning for the change, document requirements, and share code samples from the script.

Stay tuned.