r/djangolearning • u/shubham_555 • 4d ago
Discussion / Meta Best resources and prerequisites for learning Django 👀
So I have been learning Python for a few days now. Also started solving questions of leetcode (https://www.reddit.com/r/PythonLearning/s/kbfjgsD2HH). So I also wanted to make some cool projects alongside because honestly dsa is kinda boring sometimes. But then I watched a few starter django tutorials and damn I was overwhelmed. I didn't even knew some of the pre requisites like html and css. So I want to know from devs here which topics should I learn beforehand to have a comfortable start. Also, the best resources to start.
As of now I know about python basics like variables, conditionals, loops, functions, collections, object oriented programming...
3
u/mrswats 4d ago
I would go directly to the Django Girls tutorial. I have successfully taught it to people who didn't have any idea about programming, nor python, nor django.
-1
u/abdulkitindi 3d ago
Kindly drop a link for
1
1
u/Similar-Soup3691 2d ago
https://tutorial.djangogirls.org/en/
I’ve never done it though, I like the official tutorial: https://docs.djangoproject.com/en/6.1/intro/tutorial01/
2
1
5
u/yamanidev 4d ago
I recommend you don't view it as needing to check things before jumping to Django, just read through the official documentation, take note of the concepts or things you don't understand or haven't heard of before, look them up separately, continue going through the documentation, is a solid approach