Build Three Django Projects - Python Course

preview_player
Показать описание
Improve your Django skills by building 3 complete projects. In this course you will lean how to use Python and Django to build a URL shortener, a to-do list, and an English dictionary.

Here are the projects you will create:
1. A URL Shortener

2. A To-do List Web App

3. An English Dictionary

⭐️ Course Contents ⭐️
⌨️ (00:00) Intro
⌨️ (00:16) Projects Demo
⌨️ (02:39) Building A URL Shortner With Django
⌨️ (34:33) Deploying Our URL Shortner
⌨️ (48:47) Building A Todo List App With Django
⌨️ (1:20:15) Deploying Our Todo List App
⌨️ (1:34:29) Building An English Dictionary With Django
⌨️ (1:52:57) Deploying Our English Dictionary

--

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

3 project timestamp :

intro 0:00 to 2:40
1St Project URL Shortner 2:41 to 48:47
2nd Project A TODO list 48:48 to 1:34:37
3rd Project Building an English Dictionary 1:34:28 to 2:01:05

pratapnayadkar
Автор

For some reason I thought the URL shortner would be hard to do but I'm surprised how simple it was. Thanks!

hectorg
Автор

This was a faster way for me to learn Django - Thanks alot - Keep them coming

ogwokwilliam
Автор

Good see a fellow Nigerian Coding YouTuber. This just motivates me and I am going to be the next big YouTuber from Nigeria

chikanma
Автор

So long and great learning videos without adds. Thank you so much

saimonldable
Автор

This tutorial is like finding water in the desert

belleeun
Автор

I'm learning Django, you saved me time 🙂

anastasiaaurelia
Автор

So far Tomi is the instructor, this video must be 🔥..
Downloading it straight away

ashirudeborah
Автор

I made same project and I got placement thx ❤❤❤ I understand code and tell company that I made it they were happy now I am working in samsung 20ctc

nonstopcodingcodewithadity
Автор

I never thought I could learn web dev from the black panther himself

leoulmesfin
Автор

saved to watch latter, I'll come back after a day

imranyounus
Автор

in the URL Shortener, the function where the website is handled, we can handle different types of websites if we use the following conditions.

def go(request, pk):
url_details = Url.objects.get(uuid=pk)
if
return
elif
return redirect(url_details.link)
else:

if an user decides to input just the url like "youtube.com" these conditions will handle that as well as when someone enters a website with even HTTPS://
it is more practical to do it this way as it opens up the possibilities of the website. Best of luck for those who are learning like me.

atefarmanshishir
Автор

Literally I was searching Django project and this pop up occurs..

Harkamal-Singh
Автор

Please an advanced django course which teaches how to handle more request, increase speed

Luffy-hixw
Автор

your url shortner example doesn't work, neither does the github code it says typo error

aShrestha
Автор

I am proud that i can understand you !

nepalesecreator
Автор

heroku is running new things to the best of my knowledge wasn't able to launch apps overall though a great tutorial bless

bsuarez
Автор

Exactly what I was looking for ! Thank you man ;-)

deejaysoulution
Автор

I was waiting for this type of video .. thank you so much ❤️

Danargis
Автор

I'm on a trip and the first thing I do when I get back is watch this video

brahimboughanam