5 Important FastAPI Practices That We Don’t Usually Consider As Students

Liu Zuo Lin
Level Up Coding
Published in
5 min readApr 17, 2024

--

Speedrun working code, and if it works, leave it alone — this was how I used to think, and so I wrote terrible code as a student. The code did what it needed to do, but it was terrible code — unreadable, confusing, unreusable, messy etc etc.

Then I graduated and began working on enterprise-level Python apps. And had quite a few pull requests…

--

--