Django Crash Course - Introduction + Python Web Development Tutorial

preview_player
Показать описание

Timestamps:
00:00 - Introduction
01:14 - Check Python version
02:40 - Create a virtual environment
04:02 - Activate a virtual environment
04:49 - Install a package
05:29 - Deactivate a virtual environment
06:54 - Create a Django project
08:46 - Git and Django
12:22 - Upload project to GitHub
13:31 - Model view template explained
15:10 - Create our first view
19:54 - Create our first template
24:13 - Working with complex data
26:30 - More complex template
30:47 - Intro to models and migrations
32:35 - View the admin site
34:34 - ORM explained
35:48 - Create our first Model
37:32 - Create a migration
39:42 - Add table to admin site
41:21 - Override __str__()
42:18 - Working with real data
45:07 - Parameterized URLs
48:00 - Create dynamic links
49:12 - Create a form
59:15 - Delete data
01:01:58 - 404

~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853

#python #django #webdevelopment
Рекомендации по теме
Комментарии
Автор


Timestamps:
00:00 - Introduction
01:14 - Check Python version
02:40 - Create a virtual environment
04:02 - Activate a virtual environment
04:49 - Install a package
05:29 - Deactivate a virtual environment
06:54 - Create a Django project
08:46 - Git and Django
12:22 - Upload project to GitHub
13:31 - Model view template explained
15:10 - Create our first view
19:54 - Create our first template
24:13 - Working with complex data
26:30 - More complex template
30:47 - Intro to models and migrations
32:35 - View the admin site
34:34 - ORM explained
35:48 - Create our first Model
37:32 - Create a migration
39:42 - Add table to admin site
41:21 - Override __str__()
42:18 - Working with real data
45:07 - parameterized URLs
48:00 - Create dynamic links
49:12 - Create a form
59:15 - Delete data
01:01:58 - 404

Links:

codebreakthrough
Автор

hey Caleb, i first found your channel 4 years ago when i was a freshman taking an introductory programming in C class, fast forward to now & i'm ready to join the industry as a software engineer. wanted to say many thanks as your Intro to C tutorial really helped solidify my foundations & learning concepts beyond

wishing you best of luck with your YouTube channel! will be following this Django course!

haikalyusuf
Автор

If someone cannot activate the virtual environment on windows because running scripts is disabled on your system, you might want to change the execution policy. To do that open Windows Powershell as an administrator and type in: "set-executionpolicy remotesigned" and then set it to: "A"

Hope this helped :)

kyman
Автор

I am impressed with crystal clear explanation. No confusion at all at any place. Keep it up. Looking forward for more complex projects. You can be a Django Pioneer. Good Luck.

PraveenKumar-botq
Автор

This is one of the best Django courses for beginner that I've watched. Well done!!

TuyetNguyen-ljmh
Автор

40 mins into it and has been the most clarifying tutorial I've seen so far, covered a lot of details that was still confusing to me.. thank you so much!

leonardobonamichi
Автор

I was really hoping for "Hello there" and then the other view being "General Kenobi" but hey, can't always get what you want. Great video, always wondered how Django worked!

znation
Автор

I learnt in 1hour stuff i was struggling to understand through many videoes ! easy and concise . than you

mamadouaw
Автор

One thing I like about this guy is: he enjoy what he's doing, cool man! 😎

subhanmaulana
Автор

You explain everything very short, yet effectively. This is a great tutorial. Thank you!👍🏻👍🏻

error
Автор

Finally figured out what a virtual environment is. 😂 Thanks Caleb!

lovensonbeaucicot
Автор

I've always found your tutorials very easy to watch and understand ✊

Landon_Hughes
Автор

Very clear explanation..worth the time

entity
Автор

Made a unusaul bug while creating the data variable containing movie list dictionaries, causing problem in template

ChandanKumar-ofje
Автор

This is a great resource! Thank you for this helpful lesson.

richardrisner
Автор

This has been incredibly useful. Thank you so much!

mysmallcap
Автор

I'm learning the advance python course on your channel now, would you create course of ML in python, with the necessary mathematics,
for projects and stuff ML is really helpful and I want to make a project with it, a crash course or a roadmap for learning ML with python with sources would be awesome too

_sn
Автор

Thanks for this tutorial, Just a comment related to SQLMIGRATE (min 38:28 ) in my version (using Winsucks 10) I had to skip .py from the name of the file in order to be able to execute that intruction

ylnux
Автор

I tought it would be nice if you could do a tutorial for creating c libraries in vs or something like that.

gabcrazy
Автор

Thank you for the video.
Can you please add some other concepts like use of signals.py and utils.py file ?

keshavdk