Contribute Media
A thank you to everyone who makes this possible: Read More

Back to the Future of Hypermedia in Python

Description

"Hypermedia is your friend," they said. "You don't need JavaScript anymore," they said. "You'll be _fine_..."

It's no secret that hypermedia has been making a quiet resurgence in the web development landscape. One of the most popular toolkits in the Python space is htmx, offering a simple, declarative approach to AJAX, CSS Transitions, and Server Sent Events directly from your HTML.

Additionally, tools like TailwindCSS are making it easier to design your application simply by adding preconfigured CSS classes to your HTML elements. There's no need to meddle around with a CSS file or fear that completely changing your design will increase bloat or introduce clashing code.

You can now build a beautiful and responsive application with nothing more than Python and HTML!

Let's take a look at some of the tools that exist to enable the PyHAT (Python htmx ASGI Tailwind) stack and discuss where we can go from here.

Details

Improve this page