HTMX + Flask: Modern Python Web Apps, Hold the JavaScript Transcripts
Chapter: Welcome to the course
Lecture: Git the source code
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
I'd like you to take a minute and just pause the video and go over to
0:03
the GitHub repository. On the course student page there's a button that says repo,
0:08
you can click that or just type this simple URL in the bottom here (https://github.com/talkpython/htmx-python-course).
0:12
I want you to download the code. If you use GitHub and you have an account go ahed and star
0:16
and maybe even consider forking this.
0:18
This is all the code that you're going to see me write on screen.
0:22
Starting from the beginning of the video application written in flask to all the changes throughout
0:28
the entire course that we make and everything that you need is going to be right
0:32
here. So make sure that you star and fork this so that you have it
0:35
And if you don't do git, don't worry you don't actually need to use source
0:38
control at all. Just click on that green button that says code and there's a
0:42
downloaded zip file. The most important thing is that you get the source code because
0:46
we're going to be working with it, and you don't want to have to re type
0:49
everything you see me do. You want to just start for example, from where I'm starting, with the starter app.