FastHTML - The fastest way to create an HTML app with Python

Опубликовано: 17 Октябрь 2024
на канале: Coding Crash Courses
35,611
832

In this video I will show you a fast way to create Webapps with Python. FastHTML is a new Framework which makes use of HTMX and makes it super easy to create interactive websites without using a JS Framework like React and Angular

Code: https://github.com/Coding-Crashkurse/...

Timestamps:
0:00 Why FastHTML?
0:39 FastHTML Basics
3:05 Simple ToDo app
6:25 Add HTMX
8:00 ChatApp with LangChain & FastHTML