Even though there was nothing new for me here to discover I kept watching it untill the end because it was an entertaining and understandable way of presenting all those basic elements in Django. Well done and well worth my time, Sir.
@btcblade33345 жыл бұрын
bro you are sooooo lit, nice video, best 1 hr in depth intro into django for sure. Thank You for being such an awesome content creator. Was looking for exactly a fast paced high level video intro into how to build a website list with favorites options, trying to build with python for first time. This saved me sooo much time ty
@SD-ns1eo4 жыл бұрын
This is the best Django beginning tutorial! I wish I knew about this earlier. I loved how you built an app for each stage and it was clear to see how it progress for each stage (like from hardcoding to generalizing). I personally liked the Django polls app tutorial from the official website, but yours really dive into the deeper level with clear changes. I would strongly recommend this for any beginners who want to learn Django. I have some experience in Rails so this is not entirely new, but I needed someone to explain all these. THANK YOU!!!!!! p.s. Oh I love your terminal!! It cries when it fails to compile and smiles when it succeeds lol
@memobijou4 жыл бұрын
The connection was low because you had in your html files references to bootstrap cdn links wich are accessed via the internet. And also Favorite.objects.create(body=quote) is already enough. Calling the .save() method of that object is redundant because the create method is already there. It would be necessary when the object was instantiated in that way: new_fav = Favorite(body=quote) and then new_fav.save(). Thanks for your content it was a really nice introduction to django.
@roylee68895 жыл бұрын
very very great explanation !!!Thanks a lot , Nicholas . I hope there will be a video teaching how to deploy Django to heroku or any other servies
@SameerKumar180519984 жыл бұрын
Hi All 👋 I wrote the Geek Jokes API mentioned at 59:07 (geek-jokes.sameerkumar.website/) I just wanted to update that I've slightly improved the API design. Please check it out here and suggest further improvements! - github.com/sameerkumar18/geek-joke-api (also do star the repository if you like it 😬)
@TomislavMiletic4 жыл бұрын
Do you have advanced tutorials for Django?
@konstantinrebrov6754 жыл бұрын
Good young professor!
@btcblade33345 жыл бұрын
Hey Nicholas can i please have a link to your rainbow screen saver : ) ?
@GetTechyWithD4 жыл бұрын
This guy is so flippin’ funny!! I was listening to this while hiking and didn’t expect to start laughing about flippin’ django, and it made me feel a little less anxious about perfection... It’s entertaining, so I don’t zone out when I have other things going on. The laughing forced me to listen to/watch again to take better notes.
@ДмитроПилипенко-ы6ю5 жыл бұрын
what screensaver do you use?)
@ДмитроПилипенко-ы6ю5 жыл бұрын
Nick Wong
@Gustavo_Rojas4 жыл бұрын
WHERE CAN GET THE SCREEN SAVER!?
@westfield906 жыл бұрын
So many frameworks today. It gets so confusing to keep up with them
@spacenodus79596 жыл бұрын
You don't need to do all the frameworks
@hamids45505 жыл бұрын
Agree
@rullll124 жыл бұрын
Boomer
@shubhamtalks97184 жыл бұрын
This lecture is part of which course of CS50?
@Emily-fm7pt4 жыл бұрын
its not in one course its at a cs50 hackathon I think
@HaifengZhu-pn3uq Жыл бұрын
what does cs career mean?
@dhirajsingh107106 жыл бұрын
I want to learn Python ....From where I can learn it online ??
@do_hickey6 жыл бұрын
CS50 and MIT OCW 6.0001
@alexeychernov39026 жыл бұрын
Coursera
@somber_soul5 жыл бұрын
Corey Schafer here on KZbin is the best. Completely free and friendly to both beginners and advanced.
@anshitmishra4 жыл бұрын
How do I view PPT files on the website using the Django framework?
@wchandler20104 жыл бұрын
Did you figure it out?
@wraithtrailers86245 жыл бұрын
what is the software that he uses?
@chris_13375 жыл бұрын
@Nick Wong jumping into this comment to say that, while there are a lot of Django tutorials on YT, someone with a clear voice, interesting real-world projects and, more importantly, a good energy, would quickly become a go-to. Just saying, if you ever consider doing your own Django tutorials on YT, you'd have a subscriber right here. Great presentation!
@tratbagd45005 жыл бұрын
@@chris_1337 I second what you said.
@ajutamang71906 жыл бұрын
#awesome
@codethebeast9755 жыл бұрын
why you named your repo like that? are you fan of mitochondria
@bigfatcrab5 жыл бұрын
sound cute tbh
@misfarsiddeek31054 жыл бұрын
these are called as Angle brsckets
@nanotech74315 жыл бұрын
Who is better laravel or Django ?
@adamantinebipartite47325 жыл бұрын
Neither of them are people. Please rephrase the question in a manner that can be understood.
@josbexerr51665 жыл бұрын
ASP NET CORE 3 -
@smiley24745 жыл бұрын
@@adamantinebipartite4732 lol
@hemiacetal13314 жыл бұрын
@@adamantinebipartite4732 But you did understand what he said so, does he still need to rephrase his comment?
@luizfpina5 жыл бұрын
Nice and fast inroduction, however you just covered the function base views, while class base views are much better, cleaner e faster to code.
@BarryMaskell5 жыл бұрын
There has not been any major breakthroughs in coding over the past 30 years - still convoluted way of getting anything done - what a mess
@jonathandelapaz64363 жыл бұрын
it probably will remain that way.
@AnidBirr6 жыл бұрын
what can i do 2 being a good programmer
@Colstonewall6 жыл бұрын
Build things. Decide what you want to do, and build things as you learn.
@dantedt39315 жыл бұрын
This is kinda like a nice Python-Django kinda like presentation kinda.