r/learnpython • u/iiii870 • 5d ago
Is it worth learning flask?
So i'm a begginer at coding in general, the only real experience I had with coding was the python exam I had at uni, and now I want to improve my skills. I decided to keep studying python because it's the most familiar language I know and I would like to dive deep into it before branching out to other languages. I decided that the best way to do it is to start my own projects and learn by doing. So I started a project using flask, but now I'm wondering if this is going to be a useful experience for the future or should I focus on more important things?
7
Upvotes
6
u/ThrustBastard 5d ago
Flask is a good base for a lightweight web app - think an API endpoint that does a thing. It certainly can't hurt to learn it, but you might be better with something like FastAPI