Rapid Development with Flask, HTMX, TailwindCSS and AlpineJS
Build interactive web applications with minimal JavaScript, using server-side rendering
Created by Jose Salvatierra | 2 hours on-demand video course
Python with Flask, HTMX, TailwindCSS, and AlpineJS is a complete stack of technologies to build interactive, engaging web applications without having to write (almost) any JavaScript. This means you can use your existing Python knowledge without having to learn a completely new language to build your web project.
Traditionally, building a web application without JavaScript would mean a slow and sluggish experience, with lots of page reloads at every button or link click. With HTMX and AlpineJS, we can avoid almost all page reloads, and craft server-side rendered applications that feel fast, responsive, and engaging.
This includes things like adding pagination, hiding and showing elements, and updating page state. Adding TailwindCSS into the mix will help us write our CSS quickly and efficiently. In the Rapid Development with Flask, HTMX, TailwindCSS and AlpineJS course, we build an RSS feed reader that loads data from the internet to display articles from feeds you follow. It’s a great project to get familiar with these technologies, and in no time you’ll be building your own interactive web applications.
What you’ll learn
- Rapidly build an RSS reader application using Flask, HTMX, TailwindCSS, and AlpineJS
- Use server-side rendering with HTMX to update the page dynamically
- Rapidly build interactive web applications with minimal JavaScript
- Sprinkle in-page interactivity simply using AlpineJS
- CSS fundamentals and how to use TailwindCSS
- CSS flow, flex, and grid layouts and how to apply them with TailwindCSS
Recommended Course by Jose Salvatierra
Web Developer Bootcamp with Flask and Python in 2024
Mastering REST APIs with FastAPI
The Complete Python/PostgreSQL Course 2.0
The Complete Python Course | Learn Python by Doing in 2024
REST APIs with Flask and Python in 2024 Best seller
GUI Development with Python and Tkinter Best seller
Automated Software Testing with Python
Who this course is for:
- Intermediate Python developers who want to quickly build their web application projects
- Front-end developers who want to understand how to build server-side rendered applications
- Developers who want to learn about web development, including HTML and CSS