Lets Automate It

from Josh Rickard

Understanding Python - Part 2: Running Code

2022-07-14 python Josh Rickard
Introduction Whether you are new to Python or not, ensuring you understand the basics will help you along the way to becoming a Python expert. Please see the first post titled Python vs Powershell Part 1: Versioning. This first post was written in 2018 but still applies. The remaining blog posts are a continuation of this series. Lets get started! Installation You may have Python already installed. To check, open your terminal and type: Continue reading