Intermediate Software Development: Architecture in Python

How I set up my server-side projects

Sam Tarantino
DataDrivenInvestor
Published in
5 min readDec 6, 2019

--

Architect

As I’ve built more projects over the last couple years I started to realize my dominant pattern when building things: the Model-View-Controller (MVC). I’ve mostly built API’s and front-end mobile applications and so far this approach has worked well for these types of builds. I also use Docker in every…

--

--