5 Things I Wish I Knew Before Learning Django
When I started learning Django, I thought it would be easy because I already knew some Python. But I quickly realized that Django isn’t just about writing Python—it’s about understanding how web applications work, managing databases, and structuring ...
pythoninsights.hashnode.dev3 min read
Victor
exciting stuff
I think the biggest mistake I made was diving into youtube videos first while skipping the tutorials in documentation! the tutorial is so well written skipping it really wasted a lot of my time!
I recently blogged my experience with going through the entire tutorial and it's really fun!