Sharing a python template that has helped me speed the development setup using FastAPI and pydantic — During the last few months I found myself needing to set up a quick python environment for interview assignments. At work I usually had templates I could import from other projects, where I removed the unnecessary logic and was set to go. …