If you are planning to build something simple using a prog lang where speed isnt the golden ticket. You can try to build a simple python web application using Django unto your local device.
My initial installation outside container was:
Path> python -m venv mysite
inside venv container:
django-admin startproject mysite .

Category: python