#100DaysOfWeb in Python Transcripts
Chapter: Days 65-68: Heroku and Python Platform-as-a-Service
Lecture: Introduction: Heroku
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Good day, this is Julian again and welcome to Heroku deployment. If you haven't heard of Heroku before it is a cloud platform app pretty much
0:11
that allows you to host your web applications in the cloud so you don't have to worry about hosting any servers running your own hardware.
0:20
It's all hosted on the Heroku server end. You just upload your code, configure app and your application's running, your website's running.
0:29
So we're going to cover off in this set of four days how to launch some of the fast apps that we've already created in Heroku.
0:39
We're going to transfer the code from those apps up to Heroku and we're then going to run it in the Heroku cloud. It's actually not too complicated
0:48
so you're going to enjoy a couple of easy days here which is great because the flask stuff was pretty heavy. Watch the read me video
0:56
get an idea of what we're going to do and let's get deploying.