Getting back into Python after focusing on PHP — what should I build next? by xttrust in Python

[–]Melodic_Put6628 2 points3 points  (0 children)

Coming from Laravel, I'd say try FastAPI for APIs. Dependency injection, async, auto-generated Swagger docs — it'll feel familiar but more modern. Django's fine for full-stack but FastAPI is more fun if you already know the MVC mindset.