Python Django Crash Course 2021

preview_player
Показать описание
Python Django Crash Course 2021. In this short course I will try and pack in all the basic concepts that will help you on your way to learning and mastering Django for rapid web development. At the end of this course you will have created a small website which you can then build on and expand your Django knowledge. This course is intended for beginners with the aim of quickly learning basic concepts of The Python Django framework

Key Concepts Covered:
Installations
Starting and managing projects
Models – building a database
Dynamic Web Pages and Hyperlinks
Django templates and working with images
Python – Functions, Variables, Loops

00:00 Introduction
16:46 Database Development

What is Django?
The key point here - as I already said was rapid development
Django is a web framework - think of it as a collection of tools that help us developers quickly build or prototype web applications.
Take a moment and think about websites in general - most have user logins, they require database access and data management. With Django, user management tools, data management tools these features are pre-packed within the Django framework which we can then use to build our web application - therefore reducing the time it takes to build web applications. We use the existing tools that Django provides to help build our web applications and then we extend or change them to fit our project requirements.

Code Repository:

✨ Support us - join us as a Very Academy Member

👍SUBSCRIBE to get more free tutorials, courses and code snippets!

👍👍Follow us on Facebook

👍👍👍Follow use on Twitter:
Рекомендации по теме
Комментарии
Автор

I've been learning Django for the past week or so, going through multiple tutorials and this has been by far, the most satisfying "deep dive" course packed in the least amount of time. Great for a quick and thorough revision of everything I've learned. Planning to go through your other project-based tutorials.

Thank you, dear comrade.

smishra
Автор

As someone who's a newbie with Django, having just completed a Python course, and coming from a node JS background, I must say that this is an excellent tutorial, love it, love the style of teaching, love your British accent. You just earned yourself another subscriber :).

EzekielCarvalho
Автор

I just recently started learning django! this is by far the best tutorial I came across. Great work. Kudos to you.

ashutoshjalan
Автор

58 Minutes and 31 seconds couldn't be used more efficiently :) Thank you for this valuable tutorial.

erenc
Автор

hey brother! just wanted to let you know that you are an amazing teacher so much valuable info in just 1 hour
there are many people with knowledge but don't have the skill to pass onto others but you are from the few who do this job brilliantly
So Much Respect for you!
Thank you Sir

abuzarkhan
Автор

Your accent is just precious. It's been a problem quite often to understand people from Great Britain. But, the way you speak shows that it just really depends on the speaker. The course is cool I'm pretty sure. Going to master my Django skills going through your course! If you made a video of how to make an online store, that'd be just great! Keep it up! We all like your channel!

GennadyPodrezov
Автор

Please, if you have problems or get stuck, have issues - ask for help, let me know. The more feedback you provide the better the content I can create for you. This material is indented for new developers stepping into Django or development in general. If you do ask for help, please try and be specific as possible to make it easier/possible for me to help you.

Problems you may experience:
1. When creating a venv Windows will tell you there is an issue with permissions.
Resolve: Go to Start > Powershell right click and open as administrator. Then type in: Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
Press Y and enter
2. If you are having problems with the template not working
Resolve: In settings.py add: import os
then replace the directory settings with
'DIRS': [path.join(BASE_DIR, 'templates')],

veryacademy
Автор

neat content Very Academy. I killed the thumbs up on your video. Continue to keep up the high-quality work.

KeyserTheRedBeard
Автор

The best education in the Internet by far

gabrielturrillas
Автор

By far the best crash course for Django. I am a complete beginner and learned a lot from this video. Thank You!

MindfulMinutesNow
Автор

This guy rocks so much. Really explaining the practical use of Django right away and the cool features that make web developing so fast with this framework.

jasonliu
Автор

After completing the video, a great satisfaction on my face :) feeling indebted to the teacher !

rishabhsahu
Автор

Congrats! Great tutorial ! Learned a lot. Thank you and keep up the great work

ElaKaramela
Автор

Amazing tutorial! I got a lot out of it. My only comment is that sometimes when you paste code from somewhere else, it can be easy to miss. If you typed things out, it would make the video longer, but it would also be easier to follow what changes are occurring. Thanks!!

Socko
Автор

Thank you for such a clear crash course on Django. The way you explain Django simplifies the complex learning curve of Django.

davidpranatamurti
Автор

Hello from Uzbekistan 🇺🇿
And thanks a lot I got find what I'm searching on you tube with full explanation and also clear to understand.
Luck bro.

muhammadaliismonov
Автор

Your channel is one of the best out there 🔥🔥
You do some seriously amazing work man keep it up 👍

Expatriate-Diary
Автор

Love this, you're super clear and the pacing is perfect👌

MollsterJack
Автор

Your Channel is my second Home bruh <3

alitariq
Автор

Thankfully I dont need to watch this...coz you have taught really well😀😀🙏👍

codedjango