Journey of mine learning django
I started learning Django in July.
At that time, my Python fundamentals were not very strong, so starting Django was not easy for me. In the beginning, I struggled with many concepts and often had to go back and review the basics.
But as I continued building projects and practicing, things started to make more sense.
Over the next three months, I learned Django from scratch and gradually became much more comfortable with its structure, models, views, URLs, templates, authentication, and other core concepts.
The biggest change for me was not just learning Django itself, but becoming better at solving problems and understanding how different parts of a backend application work together.
Now, after spending these months with Django, I feel ready to move to the next step: Django REST Framework.
I know there is still a lot to learn, but looking back at where I started, I can clearly see how much I have improved.
This is only the beginning of my backend development journey.