Powershell Python Comparision
Python vs. Powershell Task PowerShell Python Hello, World! Write-Host “Hello, World!” print(“Hello, World!”) ...
2022, Jul 31 — 4 minute readPython vs. Powershell Task PowerShell Python Hello, World! Write-Host “Hello, World!” print(“Hello, World!”) ...
2022, Jul 31 — 4 minute readDeclaring variables $location = Get-Location In this example we have declared the variable and stored...
2022, Jul 31 — 5 minute readDevBox on Ubuntu Configure WSL2 As most of us are on windows machine, a quick...
2022, Jul 31 — 8 minute read