HTMX + Django: Modern Python Web Apps, Hold the JavaScript Transcripts
Chapter: Exploring the examples on htmx.org
Lecture: Intro to HTMX examples
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
In the previous lesson, I gave an intro to the course. This lesson gives an overview of HTMX's capabilities by walking you through some of
0:09
the examples on their website. You can find HTMX on its home, htmx.org.
0:17
Included there are a whole whack of examples you can use to understand the toolkit's
0:22
capabilities, including the features you'll apply to your Django code in later lessons.
0:27
This is a sister course to another Talk Python piece that teaches HTML through examples with Flask.
0:34
The Flask version of the course is by Michael Kennedy, of Talk Python fame.
0:39
I'm going to hand you off to him right now to go over the examples on the HTML site.