Live data from Hacker News

Happy 20th Birthday, Django

djangoproject.com

11–20 of 191 posts

Re: Happy 20th Birthday, Django

#18
In a very real sense, I have Django to thank for my entire career. As an undergraduate, my first academic job in a research lab had me building websites to promote the research in a lab. Django was brand new, and I was uninterested in petty concerns like stability and security, so I did everything in Django.

Years later (2009), I got to do interesting work in a cutting edge machine learning lab due to the expertise I developed in Django -- I was accepted into the lab specifically to clean up the mess phd students had made trying to build a complex front end using Django's ORM with physically separate per-user MySQL database servers.

All the things that came after -- being the first full time employee at a machine learning spinout from the lab, getting acquired by a big company and scaling up sensor-driven ML in the real world, quitting to co-found an ML-centered VC fund, starting a (now 10 year old) AI company -- none of it would have happened without Django.

Re: Happy 20th Birthday, Django

#19
post #11
post #8

Not to conflate a framework and a language, but there’s something about Django that makes me feel like I’m writing PHP. What is this effect?

Laravel keeps copying Django (I mean it in a good way)

What's been copied? I see some overlap/homage to rails and some .net, but not django.

Re: Happy 20th Birthday, Django

#20
post #11
post #8

Not to conflate a framework and a language, but there’s something about Django that makes me feel like I’m writing PHP. What is this effect?

Laravel keeps copying Django (I mean it in a good way)

It should copy the query builder, in many ways Laravel is nicer, but Django's query builder is way more powerful with fewer lines of code.
Post reply on HN