Full-Stack Python with HTMX [PyOhio 2023]
PyOhio PyOhio
16.2K subscribers
1,299 views
0

 Published On Dec 17, 2023

Talk by Pandy Knight at PyOhio 2023:
These days, JavaScript dominates the front-end web ecosystem because it is the primary language for the browser. That means you need to use JavaScript for dynamic web page interactions, even if your backend is written in a different language like Python. However, that's no longer the case! Thanks to [HTMX](https://htmx.org/), we can develop dynamic interactions directly in hypertext rather than in explicit JS code. In this lightning talk, I'll show you how to create a [full-stack Python app](https://github.com/AutomationPanda/bu...) with FastAPI, HTMX, and a few other Python tools. You will learn how to build modern web apps entirely in Python – as well as how HTMX democratizes front-end web development!

PyOhio talk listing: https://www.pyohio.org/2023/talks/ful...

show more

Share/Embed