This article explains how to set-up command line arguments in Microsoft Visual Studio (VS Studio Code)
Python Blogs
MacOS / Linux: How to start a new Python 3 project using VENV Virtual Environment
How to setup a Python VENV Virtual Development environment on your Mac for a new Python project. Includes using MS Visual Studio Code editor.
How to create a running data summary in Python
Sometimes you need to keep a running summary in an application, for example the number of cars, bikes, lorries, buses and vans to go over a bridge in a 24 hour period. You don't always want to log away each data item to the database or other data structure as you are...