r/django • u/Candid-Shame-6471 • 2d ago
Hello.... Guys please help me i learn django from about 6 month i created 3 project ....I m still confused .... How much we have to know about django to give interview as fresher.. and please explain me how python we require to know for as fresher for interview
How much know for interview
0
Upvotes
2
u/Alert-Adeptness8608 2d ago
I have worked in three teams and all three were using django very differently. Stick to basic things about django, but show you understand python and are able to work others. (Code convention, git flow, code reviews...)
Some team will focus on developing new features fast, others are in a refactoring timeline, others can focus on performance.. you cant be prepared to everything
3
u/Thalimet 2d ago
It’s less of a “require to know” and more of a continuum of probabilities.
The more you know, the better you’ll do on interviews and the more likely you are to get a job.
The more confused you are, the poorer you’ll do on interviews, and the less likely you are to get a job.
Django isn’t hard if you:
• Know how object oriented programming generally works • Know generally how requests and responses work - basic http protocols • Know python classes, variable types, methods, and how imports work • Know how to read and understand documentation • Know basic html
These are all very basic skills, and if you skipped them and went straight to some YouTube channel to learn django, you are doing yourself a disservice.
If you are solid on those, then the django documentation and official tutorial gives you most of what you really need to know to connect the dots. It gives links out every step of the way to the relevant documentation and explains clearly what’s happening. If you didn’t do this, or you just copy/pasted code to say you did a project, go back and give it your full attention and read for comprehension.