Uncomplicating Technology

lightup arrows pointing to the right
Programming Python

Python Switch Statements

In languages like C, you have Switch statements allowing you to evaluate the input, then have a few options for the output.  Switch statements are used in place of a series of if/else statements in order to make your code more readable.  Case statements can also have better performance than a traditional if/else setup.  This …

blue swirly wire or plastic
Python

Python For loops and While loops

Python like all other major programming languages support both For and While loops for running the same block of code over and over again. In this article I will discuss the difference between a python for loop and a while loop. Generally the difference between the two kinds of loops is that you declare and …

hard disk platter
Storage

Configuring OpenFiler Tutorial

Today’s video outlines how to configure Openfiler and continues where I left off from the installing OpenFiler video. This article assumes that you have already already installed Openfiler. For instructions on how to do that see our video on installing openfiler. **Note: This information came from a previous site of ours, so the information may …