+ 6
Python web framework for learning?
To practice my programming I am planning a project of setting up and designing a web blog, but I want do it through a python based web framework. My initial thought is Flask but given there are so many options I wondered if this would be the best option for a newbie learning and practicing coding?
3 Respostas
+ 1
Flask is great to begin with. Check out this tutorial https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
by miguel
+ 6
Thanks for the advice ☺
+ 1
I'd say yes. I haven't tested it, got straight into django when i had to create a webpage with it as part of my job application