How to setup a Dev Container on VS Code?
This is a beginner guide to set up a dev container. A development container (or dev container for short) basically is an isolated environment with it’s own set of tool that you can use for development. It is especially helpful for languages like Python where they have complex environment management setups (thanks but no thanks pip, anaconda, venv!) or if you do too many projects and don’t want to setup all the components from scratch every time....