Top Tips to be a better Django Developer | Eduonix

  Рет қаралды 38,191

Eduonix Learning Solutions

Eduonix Learning Solutions

Күн бұрын

Пікірлер: 57
@Eduonix
@Eduonix 4 жыл бұрын
Black Friday Sale Has Arrived! Learn a new skill with us at incredible prices. Get your favourite E-Degrees & Bundles at flat $29. Hurry! Shop now. - bit.ly/3c2CvAQ
@webdev1943
@webdev1943 3 жыл бұрын
thank you for your effort conclusion 00:21 start with models 00:44 create shortcut methods in models 01:03 use reverse instead of hardcoded URLs 01:54 use URLs template syntax instead of hardcoded URLs 02:25 select only what you need 03:27 keep your users informed 04:12 use the python shell 04:55 keep writing unit tests 05:24 work with multiple settings files 06:04 let the front-end do the work !!
@delllatitude299
@delllatitude299 4 жыл бұрын
you got subscriber man. where have you been last 50 years. stay on this world to share such amazing knowledge.
@abjan100
@abjan100 5 жыл бұрын
For sure deserves at least 500k views.. maybe a matter of time thank you you're tips!!
@Eduonix
@Eduonix 5 жыл бұрын
Thank you! keep letting know your views :)
@LordHeigler
@LordHeigler 4 жыл бұрын
And use F when you need to update some field that requires a calculation instead of reading the model instance itself (ie model.cash += 1 // model.save()
@mekkismart7198
@mekkismart7198 4 жыл бұрын
Thank you for these useful tips and useful knowledge!
@lakshit-khanna
@lakshit-khanna 3 жыл бұрын
Good work please create more videos like this
@akashaimachill3434
@akashaimachill3434 4 жыл бұрын
Thank you. It helps me a lot as a beginner.
@iffdislamicfoundationforde4027
@iffdislamicfoundationforde4027 5 жыл бұрын
plus plus!!! rated 10/10. short and simple and straight to the point.
@Eduonix
@Eduonix 5 жыл бұрын
we are glad you liked it! Subscribe for more!
@marshallsutton3162
@marshallsutton3162 4 жыл бұрын
I'd love to know more about finding a theme and applying it to your website. Tip 10? What is the best website to search for themes? How do you connect it to your website?
@rangabharath4253
@rangabharath4253 4 жыл бұрын
Awesome as always and very helpful. keep doing these kind of tips. Thank u so much.
@ioanpopa9473
@ioanpopa9473 9 ай бұрын
Very useful, thank you!
@Eduonix
@Eduonix 7 ай бұрын
Hi Ioan popa, thanks for letting us know! We're so glad you find the videos helpful. That's exactly what we aim for! If you have any specific video requests, feel free to share them.
@cloudyrathor
@cloudyrathor 3 жыл бұрын
Awesome video. Thanks for sharing. I hope you will made same type of video for REST Api too.
@crazycat2969
@crazycat2969 3 жыл бұрын
I think this is the video, that every Django developer should watch
@samjones379
@samjones379 3 жыл бұрын
Thank the tips are great and clear
@sepehrhozzari7447
@sepehrhozzari7447 2 жыл бұрын
its very usefull thanks
@misaelc150
@misaelc150 4 жыл бұрын
Recomendation... Turn up the volume of your videos.
@rdx86
@rdx86 5 жыл бұрын
Excellent tips! I've been working on my own Django project and trying to implement all the best practices into it so that I can reference this project in the future. After watching this video, I know I need to start something that I've been avoiding so far - unit tests!
@adelabu-ghazaleh1228
@adelabu-ghazaleh1228 4 жыл бұрын
Thank you templates and settings folder are great options
@dr.shreyas123
@dr.shreyas123 4 жыл бұрын
Really helpful. Thank you so much ❤️
@seanrosario5223
@seanrosario5223 4 жыл бұрын
django has changed my life.
@pdd9366
@pdd9366 3 жыл бұрын
Very informative. Nice vid.
@iandthopper
@iandthopper 2 жыл бұрын
Very useful!
@mekelius
@mekelius 2 жыл бұрын
The music in the end was really loud ...
@whoisntwhoisit2126
@whoisntwhoisit2126 4 жыл бұрын
He mentions using Reverse specifically because you can use a namespace to point to it, I have always used the namespace for Redirect as well so that makes me wonder, was there a update to python or Django code that solved this need or is there still a reason to use Reverse over Redirect? If so, what might those reasons be? Thank you!
@affanmuddassir
@affanmuddassir 4 жыл бұрын
Awesome tips. Please make a video on best practices to work with databases with Django to specifically suggest ways to efficiently use the Django ORM and decrease database/querying-induced latency.
@bens_corner
@bens_corner 3 жыл бұрын
very interesting and useful video
@JulianoAtanazio
@JulianoAtanazio 4 жыл бұрын
Awesome! Thank you for the tips! They're very useful for me :)
@abhijithganesh2064
@abhijithganesh2064 3 жыл бұрын
Really helpful
@mrmuranga
@mrmuranga 5 жыл бұрын
Very useful..keep making these...
@Eduonix
@Eduonix 5 жыл бұрын
Hey, thank you very much. Stay tuned for upcoming vides.
@codelery414
@codelery414 4 жыл бұрын
This is really helpful. Thanks
@francismagnusson378
@francismagnusson378 5 жыл бұрын
this is actually helpful, thanks!
@eduonixsupport1889
@eduonixsupport1889 5 жыл бұрын
You're most welcome, Francis! Subscribe for more videos.
@Hardzinho_yay
@Hardzinho_yay 3 жыл бұрын
I'm a former Java and Node programmer and I'm working in a project with Django. I want to know why people that program with python usually use so few python files. All our models are in one @t all serializers are in one @t etc. In Java, C# or Node (Typescript or JS) this would have a serparate file for each one. This driven the methodic Java OO inside me mad.
@tshaylatte9502
@tshaylatte9502 4 жыл бұрын
Thanks a lot, love your tips
@samuelebonini8004
@samuelebonini8004 3 жыл бұрын
Still very relevant and good info
@KeepCalmProgrammers
@KeepCalmProgrammers 4 жыл бұрын
Very meaningful information I learn something new about django. Request - Django learning path for professional approach
@Sharpless512
@Sharpless512 5 жыл бұрын
Waw the settings file helped me a lot!!
@caseymccray3861
@caseymccray3861 6 жыл бұрын
Thank you, this really helped
@Eduonix
@Eduonix 6 жыл бұрын
Your welcome !! Subscribe for more.
@peterhimmelman9241
@peterhimmelman9241 3 жыл бұрын
Nice, too loud at the end though!
@mirazking7694
@mirazking7694 5 ай бұрын
Great ❤
@rangabharath4253
@rangabharath4253 5 жыл бұрын
Awesome. Thank you so much. Clean and clear. Straight to the point. Excellent. Please make more tutorials on django like building an API without using django-restframework and some more awesome tips to be more productive and to write readable and faster code. Once again thank you so much. Waiting for the next awesome tutorials.
@deadfool6105
@deadfool6105 6 жыл бұрын
more videos on Django please..
@Eduonix
@Eduonix 6 жыл бұрын
Please elaborate your question? what type of courses you are looking for !!
@azadabdullahshaheed
@azadabdullahshaheed 5 жыл бұрын
@@Eduonix Django based E-commerce, Web app, Booking system, Order system and Enterprise base web app tutorial is poor in the youtube.
@dilipspk
@dilipspk 4 жыл бұрын
Fully functional ecommerce project. You have already made it but still we want it to be fully functional as size/color/. And admin has to update quantity/ size and no of items
@dilipspk
@dilipspk 4 жыл бұрын
I have learnt from you a lot and still expecting more
@JohnnysaidWhat
@JohnnysaidWhat 3 жыл бұрын
Starting with the models is not a good idea. Better to learn how to write tests! Obey the testing goat! Also Jesus that music at the end.
@mizzlehd8742
@mizzlehd8742 Жыл бұрын
That ending theme was way too fucking loud.
@loicsurf3502
@loicsurf3502 2 жыл бұрын
This was helpful, thanks again.
Understanding Django In 30 Minutes | Eduonix
25:41
Eduonix Learning Solutions
Рет қаралды 103 М.
Django Interview Questions (Junior Developer)
30:26
Dennis Ivy
Рет қаралды 126 М.
HELP!!!
00:46
Natan por Aí
Рет қаралды 44 МЛН
Wait… Maxim, did you just eat 8 BURGERS?!🍔😳| Free Fire Official
00:13
Garena Free Fire Global
Рет қаралды 9 МЛН
The Singing Challenge #joker #Harriet Quinn
00:35
佐助与鸣人
Рет қаралды 10 МЛН
Which team will win? Team Joy or Team Gumball?! 🤔
00:29
BigSchool
Рет қаралды 12 МЛН
7 concepts you should know to get a job as a Django developer
23:12
Socket Programming Tutorial In C For Beginners | Part 1 | Eduonix
40:07
Eduonix Learning Solutions
Рет қаралды 478 М.
django Architecture - Connection Management
15:10
Hussein Nasser
Рет қаралды 50 М.
10 Django Packages Every Developer Must Know | #django #programming
4:37
Education Ecosystem
Рет қаралды 11 М.
How to Learn to Code FAST (Do This or Keep Struggling)
11:00
Andy Sterkowitz
Рет қаралды 714 М.
[MongoDB Tutorials] | Customer Database Project   (2019) | Eudonix
43:37
Eduonix Learning Solutions
Рет қаралды 13 М.
The Structure of a Django Application
7:05
Chuck Severance
Рет қаралды 44 М.
Web security tips for Django
10:06
Cloud With Django
Рет қаралды 7 М.
HELP!!!
00:46
Natan por Aí
Рет қаралды 44 МЛН