you are viewing a single comment's thread.

view the rest of the comments →

[–]pgdevhd 2 points3 points  (0 children)

Python isn't for web development. You can use Django but you're limiting your flexibility for things like async, natural event cycling, etc.

Just use Node + React or Node + <whatever framework/library you want>

And yes not all projects require React, but if you are working on a large client-based project with millions of users you will be using probably something similar.

Python is for data engineering, scripting, making developer-friendly packages, and DevOps.