For context, I’m a data engineer working for big tech and know a lot of sql and enough python for my day job. But I’ve always wanted the ability of thinking of an idea and implementing it end to end.
What’s an efficient stack that I can use?
Here’s a good starting point: https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial...
It is based on Flask.
If you just want API and no frontend, have a look at FastAPI.