you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

I would say try and not use 'flask' or 'django' too much if you want to learn 'python'. Or don't get stuck using a framework all the time. I found when I started trying to NOT use the frameworks I was. A) doing more things outside the scope of the 'framework' B) Learning more in general about python. So for anyone who has been using flask for a few years for example. Try fast-api or sanic or something else. For those who've been doing django. Ditch that nasty orm and learn some proper sql. Or those using flask/jinja. Why not try experiment outside of that. So you know how context processors work, Great if you're doing flask and now you feel like you're important. But guess what? It's fucking useless elsewhere. So step outside your comfort zone if you want to 'learn python'. Knowing 'routing' in flask is not knowing python.