Should you invest in Paint Protection Film (PPF) on your Tesla?

Should you invest in paint protection film (PPF) on your Tesla? PPF is a hot topic in all of my Tesla Facebook groups. As you can imagine, it can be difficult for someone to make an informed decision. I will take a neutral look at this and answer the question: should you invest in paint

Should you invest in Paint Protection Film (PPF) on your Tesla? Read More »

What is Docker

What is Docker? Docker is a platform as a Service (PaaS) that utilizes operating-level virtualization to deliver software in a container construct. A container can be thought of as what is needed to run that specific application that you want to containerize, with all the binaries and libraries needed for that specific application to function.

What is Docker Read More »

Passing External Arguments into Python Functions

From a previous post on Python Functions, we can look into how we can pass external arguments into Python functions.  This will take our code and turn it into reusable chunks of code.  Therefore this is good for a few reasons: Passing Arguments into Python Functions With functions, you can pass outside arguments into them.

Passing External Arguments into Python Functions Read More »