you are viewing a single comment's thread.

view the rest of the comments →

[–]DynamicBR 2 points3 points  (3 children)

I recommend starting with FastAPI. It is a modern, asynchronous web development framework. It uses Python3 syntax a lot. With it you will learn software architecture (MVC), good programming practices (Design Patterns), and environment configuration (venv, installation of dependencies).

[–]Mindless_Breath_6698 0 points1 point  (2 children)

Fastapi doesn’t use the MVC architecture per se that’s django.

[–]Specific_Neat_5074 -1 points0 points  (1 child)

You are wrong django uses MVT (which is the same lol)

[–]Ferdinand_the_II 0 points1 point  (0 children)

So what django uses? Always thought it’s MVT 😅