In this video we download python, install it, and create our first (very simple) python script!
Python is one of the best programming languages to start your coding journey with. This is because it's easy to read as the syntax for it reads almost like English. On top of that, it's a scripting language meaning that even if you decide to move onto another language in the future, it will always be useful to have in your back pocket to write scripts to help with otherwise annoying tasks like spreadsheet work.
Download Python: python.org
#coding #python #helloworld