This isn’t to get employed as a web developer but to have the ability to build something myself.<p>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.<p>What’s an efficient stack that I can use?
You might want to have a look at Flask.<p>Here’s a good starting point: <a href="https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world" rel="nofollow">https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial...</a>
If you work with graphs I can wholeheartedly recommend plotly/dash. It has a very intuitive API. And you can build a single page app dashboard with interactive graphs and buttons, sliders etc. in a few hours.<p>It is based on Flask.<p>If you just want API and no frontend, have a look at FastAPI.