Regardless of whether your end goal is to learn Flask or Django, start with Flask . It’s a great tool for learning web development fundamentals and best practices along with the core pieces of a web framework that are common to almost all frameworks. Flask is lighter and much more explicit than Django.24 Şub 2022
Read moreIs it easy to learn Django If you know Flask?
Yes of course you can . First make sure your Python basics are up to scratch. Make sure you know how the Object Oriented side of python works as well, it’s pretty simple and comes up a lot. I got started with Django through Getting started with Django from their website.
Read more