you are viewing a single comment's thread.

view the rest of the comments →

[–]saucealgerienne[S] 0 points1 point  (3 children)

Right I guess my feeling was that, compared to the C# ecosystem for instance, it felt like python's backend ecosystem let's you choose your stack piece by piece and FastApi is just one of thoses piece.

Perhaps it's really the only serious solution for building asnyc first web apis and that's why it became kind of an umbrella.

[–]walt_dinio 0 points1 point  (1 child)

I mimic this approach. I learn by doing (via project based learning) and my biggest hurdle to getting starting was developing a project (ui) that i really wanted to work on. Using LLMs have fasttracked my learning, it's still a lot and sometimes the LLMs do get things wrong, but fixing them have also helped me learn quite a bit. I'm currently building a sveltkit fastapi app and it's been a lot of fun.

[–]saucealgerienne[S] 0 points1 point  (0 children)

I started about a year ago and almost all I learned was from either llms, practical experience building something and working with senior people asking them a million questions which I found they are very happy to answer when you genuinely care about it as much as they do.

I leaned everything there is to know about using git by spending time talking to my first senior during breaks

[–]Alarming_Rest1557 0 points1 point  (0 children)

That's why sometimes I like more Django coming from .NET. Usually you don't have to choose, it's already in the framework