Posts

Showing posts from June, 2022

Python cheat sheet

Image
Pre-requisite Sounds obvious, but before you start, make sure you have Python installed. You can download it from from here: https://www.python.org/downloads/ I quite like using Notepad++ for testing my Python scripts, you can get it from here: https://notepad-plus-plus.org/downloads/ So in Windows for example, test if you have Python installed by using the '--version' command: