How to build a web app with python part 3

Channel:
Subscribers:
750
Published on ● Video Link: https://www.youtube.com/watch?v=W4DxNpka-dA



Category:
Guide
Duration: 1:28:16
92 views
5


Hello everyone, today's video is a long one so I will do my best to provide you guys with everything you need to know before watching it. I suggest downloading the sublime text editor ( https://www.sublimetext.com/ ). I use it throughout this video and it makes creating and modifying files very easy.
I added chapters throughout the video to make navigating around much easier. I do my best to explain what the code means and why we are using it as stated in the book that I am using.
Don't be afraid to make mistakes and if you get stuck feel free to leave me a comment, or message me on discord and I can try to help you out. I added text into the video at parts where I made mistakes so that you guys can fix them when they happen instead of having to troubleshoot the problem later on. I also go over some of the main issues I had and how to fix them in the closing comments.
I hope you all enjoy this video and even if you don't want to build this app yourself. I hope you will at least interact with the web app that I created(see link below).

Chapters--------------------------------------------------------------------------------------------------------------
00:00:00 Intro
00:02:41 Installing 3rd party apps
00:06:28 Updating settings
00:07:35 Updating base.html
00:33:15 Updating index.html
00:40:35 Updating login page
00:47:40 Viewing App
00:49:37 Updating topics.html
00:52:34 Updating topic.html
00:58:09 Viewing App
01:01:00 Deploying App
01:21:55 Troubleshooting/closing remarks

First video: https://youtu.be/OPo5hdtNAu8

Second video: https://youtu.be/ESFRsCNpquo

link to my web app on heroku: https://rocky-scrubland-58383.herokuapp.com/

Heroku cli download: https://devcenter.heroku.com/articles/heroku-cli

Heroku web support: https://devcenter.heroku.com/categories/python-support

discord: https://discord.gg/5fWYdYMftc

Peter-Pyke on GitHub: https://github.com/Peter-Pyke

Link to book on Amazon: https://www.amazon.com/Python-Crash-Course-2nd-Edition/dp/1593279280/ref=sr_1_3?crid=1KK4XPN3ZIIUN&dchild=1&keywords=python+crash+course&qid=1628106000&sprefix=python+cra%2Caps%2C155&sr=8-3







Tags:
#Python
#Algorithm
#coding
#error
#WebApp